#[repr(C, align(8))]pub struct Cord { /* private fields */ }Trait Implementations§
Source§impl ExternType for Cord
impl ExternType for Cord
Source§impl MakeCppStorage for Cord
impl MakeCppStorage for Cord
impl UniquePtrTarget for Cord
impl VectorElement for Cord
impl WeakPtrTarget for Cord
Auto Trait Implementations§
impl Freeze for Cord
impl RefUnwindSafe for Cord
impl !Send for Cord
impl !Sync for Cord
impl !Unpin for Cord
impl UnwindSafe for Cord
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