pub struct Writeable;Trait Implementations§
Auto Trait Implementations§
impl Freeze for Writeable
impl RefUnwindSafe for Writeable
impl Send for Writeable
impl Sync for Writeable
impl Unpin for Writeable
impl UnwindSafe for Writeable
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