pub struct CCHPartial { /* private fields */ }Trait Implementations§
Source§impl ExternType for CCHPartial
impl ExternType for CCHPartial
impl UniquePtrTarget for CCHPartial
Auto Trait Implementations§
impl !Freeze for CCHPartial
impl !Send for CCHPartial
impl !Sync for CCHPartial
impl !Unpin for CCHPartial
impl RefUnwindSafe for CCHPartial
impl UnsafeUnpin for CCHPartial
impl UnwindSafe for CCHPartial
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