pub struct GridSpan { /* private fields */ }
Implementations§
Trait Implementations§
impl StructuralPartialEq for GridSpan
Auto Trait Implementations§
impl Freeze for GridSpan
impl RefUnwindSafe for GridSpan
impl Send for GridSpan
impl Sync for GridSpan
impl Unpin for GridSpan
impl UnwindSafe for GridSpan
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