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