pub struct Cow;Expand description
Default storage backend using Arc-backed copy-on-write.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cow
impl RefUnwindSafe for Cow
impl Send for Cow
impl Sync for Cow
impl Unpin for Cow
impl UnsafeUnpin for Cow
impl UnwindSafe for Cow
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