pub struct Writeable;
Trait Implementations§
impl Copy for Writeable
impl IsWriteable for Writeable
impl SinglePath for Writeable
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