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