pub struct UniversalView;Expand description
The universal default view object.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UniversalView
impl RefUnwindSafe for UniversalView
impl Send for UniversalView
impl Sync for UniversalView
impl Unpin for UniversalView
impl UnsafeUnpin for UniversalView
impl UnwindSafe for UniversalView
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