pub struct Metamorphoser { /* private fields */ }Implementations§
Source§impl Metamorphoser
impl Metamorphoser
Auto Trait Implementations§
impl Freeze for Metamorphoser
impl !RefUnwindSafe for Metamorphoser
impl Send for Metamorphoser
impl Sync for Metamorphoser
impl Unpin for Metamorphoser
impl UnsafeUnpin for Metamorphoser
impl !UnwindSafe for Metamorphoser
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