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