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