pub struct OpaqueCown { /* private fields */ }Expand description
Corresponds to rt::Cown.
Rust code shouldn’t inspect the contents of it, but use it for size/ allignment/pointer arithmetic.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpaqueCown
impl RefUnwindSafe for OpaqueCown
impl !Send for OpaqueCown
impl !Sync for OpaqueCown
impl Unpin for OpaqueCown
impl UnwindSafe for OpaqueCown
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