pub struct Writable;
Expand description
Marker to signal the Registration is an open file able to be written to.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Writable
impl RefUnwindSafe for Writable
impl Send for Writable
impl Sync for Writable
impl Unpin for Writable
impl UnwindSafe for Writable
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