pub enum Permute1X {}Trait Implementations§
Auto Trait Implementations§
impl Freeze for Permute1X
impl RefUnwindSafe for Permute1X
impl Send for Permute1X
impl Sync for Permute1X
impl Unpin for Permute1X
impl UnwindSafe for Permute1X
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