pub struct Permutation { /* private fields */ }
Expand description
置換操作
Implementations§
Source§impl Permutation
impl Permutation
Trait Implementations§
Source§impl BinaryOp for Permutation
impl BinaryOp for Permutation
Source§impl Clone for Permutation
impl Clone for Permutation
Source§fn clone(&self) -> Permutation
fn clone(&self) -> Permutation
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Permutation
impl Debug for Permutation
Source§impl Default for Permutation
impl Default for Permutation
Source§fn default() -> Permutation
fn default() -> Permutation
Returns the “default value” for a type. Read more
Source§impl PartialEq for Permutation
impl PartialEq for Permutation
impl Associative for Permutation
impl Set for Permutation
Auto Trait Implementations§
impl Freeze for Permutation
impl RefUnwindSafe for Permutation
impl Send for Permutation
impl Sync for Permutation
impl Unpin for Permutation
impl UnwindSafe for Permutation
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more