pub struct GutterId(/* private fields */);Implementations§
Trait Implementations§
impl Copy for GutterId
impl Eq for GutterId
impl StructuralPartialEq for GutterId
Auto Trait Implementations§
impl Freeze for GutterId
impl RefUnwindSafe for GutterId
impl Send for GutterId
impl Sync for GutterId
impl Unpin for GutterId
impl UnwindSafe for GutterId
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