pub struct ZeroCopyCollections;Expand description
Zero-copy collection utilities
Implementations§
Auto Trait Implementations§
impl Freeze for ZeroCopyCollections
impl RefUnwindSafe for ZeroCopyCollections
impl Send for ZeroCopyCollections
impl Sync for ZeroCopyCollections
impl Unpin for ZeroCopyCollections
impl UnwindSafe for ZeroCopyCollections
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