pub struct SciSyncClientTypeNV(/* private fields */);Expand description
Implementations§
Trait Implementations§
Source§impl Clone for SciSyncClientTypeNV
impl Clone for SciSyncClientTypeNV
Source§fn clone(&self) -> SciSyncClientTypeNV
fn clone(&self) -> SciSyncClientTypeNV
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SciSyncClientTypeNV
impl Debug for SciSyncClientTypeNV
Source§impl Default for SciSyncClientTypeNV
impl Default for SciSyncClientTypeNV
Source§fn default() -> SciSyncClientTypeNV
fn default() -> SciSyncClientTypeNV
Returns the “default value” for a type. Read more
Source§impl Hash for SciSyncClientTypeNV
impl Hash for SciSyncClientTypeNV
Source§impl Ord for SciSyncClientTypeNV
impl Ord for SciSyncClientTypeNV
Source§fn cmp(&self, other: &SciSyncClientTypeNV) -> Ordering
fn cmp(&self, other: &SciSyncClientTypeNV) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SciSyncClientTypeNV
impl PartialEq for SciSyncClientTypeNV
Source§impl PartialOrd for SciSyncClientTypeNV
impl PartialOrd for SciSyncClientTypeNV
impl Copy for SciSyncClientTypeNV
impl Eq for SciSyncClientTypeNV
impl StructuralPartialEq for SciSyncClientTypeNV
Auto Trait Implementations§
impl Freeze for SciSyncClientTypeNV
impl RefUnwindSafe for SciSyncClientTypeNV
impl Send for SciSyncClientTypeNV
impl Sync for SciSyncClientTypeNV
impl Unpin for SciSyncClientTypeNV
impl UnwindSafe for SciSyncClientTypeNV
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