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