pub struct Editable(pub bool);
Tuple Fields§
§0: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Editable
impl RefUnwindSafe for Editable
impl Send for Editable
impl Sync for Editable
impl Unpin for Editable
impl UnwindSafe for Editable
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