pub enum DocumentGridConfigOffset {}Auto Trait Implementations§
impl Freeze for DocumentGridConfigOffset
impl RefUnwindSafe for DocumentGridConfigOffset
impl Send for DocumentGridConfigOffset
impl Sync for DocumentGridConfigOffset
impl Unpin for DocumentGridConfigOffset
impl UnwindSafe for DocumentGridConfigOffset
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