pub struct OHIPCParcel { /* private fields */ }Trait Implementations§
Source§impl Clone for OHIPCParcel
impl Clone for OHIPCParcel
Source§fn clone(&self) -> OHIPCParcel
fn clone(&self) -> OHIPCParcel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for OHIPCParcel
Auto Trait Implementations§
impl Freeze for OHIPCParcel
impl RefUnwindSafe for OHIPCParcel
impl Send for OHIPCParcel
impl Sync for OHIPCParcel
impl Unpin for OHIPCParcel
impl UnsafeUnpin for OHIPCParcel
impl UnwindSafe for OHIPCParcel
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