Variants
Borrowed(&'a B)
Whatever(u32)
Auto Trait Implementations
impl<'a, B: ?Sized> RefUnwindSafe for Cow<'a, B> where
B: RefUnwindSafe,
impl<'a, B: ?Sized> Send for Cow<'a, B> where
B: Sync,
impl<'a, B: ?Sized> Sync for Cow<'a, B> where
B: Sync,
impl<'a, B: ?Sized> Unpin for Cow<'a, B>
impl<'a, B: ?Sized> UnwindSafe for Cow<'a, B> where
B: RefUnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more