pub struct ZoomBounds;Trait Implementations§
Auto Trait Implementations§
impl Freeze for ZoomBounds
impl RefUnwindSafe for ZoomBounds
impl Send for ZoomBounds
impl Sync for ZoomBounds
impl Unpin for ZoomBounds
impl UnsafeUnpin for ZoomBounds
impl UnwindSafe for ZoomBounds
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