pub struct ddsi_sertype_v0 { /* private fields */ }Trait Implementations§
Source§impl Clone for ddsi_sertype_v0
impl Clone for ddsi_sertype_v0
Source§fn clone(&self) -> ddsi_sertype_v0
fn clone(&self) -> ddsi_sertype_v0
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 ddsi_sertype_v0
Auto Trait Implementations§
impl Freeze for ddsi_sertype_v0
impl RefUnwindSafe for ddsi_sertype_v0
impl Send for ddsi_sertype_v0
impl Sync for ddsi_sertype_v0
impl Unpin for ddsi_sertype_v0
impl UnsafeUnpin for ddsi_sertype_v0
impl UnwindSafe for ddsi_sertype_v0
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