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