pub struct TnsVersion(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for TnsVersion
impl Clone for TnsVersion
Source§fn clone(&self) -> TnsVersion
fn clone(&self) -> TnsVersion
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 TnsVersion
Source§impl Debug for TnsVersion
impl Debug for TnsVersion
impl Eq for TnsVersion
Source§impl PartialEq for TnsVersion
impl PartialEq for TnsVersion
Source§fn eq(&self, other: &TnsVersion) -> bool
fn eq(&self, other: &TnsVersion) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TnsVersion
Auto Trait Implementations§
impl Freeze for TnsVersion
impl RefUnwindSafe for TnsVersion
impl Send for TnsVersion
impl Sync for TnsVersion
impl Unpin for TnsVersion
impl UnsafeUnpin for TnsVersion
impl UnwindSafe for TnsVersion
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