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