pub enum ViewStorage {}
Expand description
Implementation of Storage
that stores the data in an unsized [T]
.
Trait Implementations§
impl Storage for ViewStorage
Auto Trait Implementations§
impl Freeze for ViewStorage
impl RefUnwindSafe for ViewStorage
impl Send for ViewStorage
impl Sync for ViewStorage
impl Unpin for ViewStorage
impl UnwindSafe for ViewStorage
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