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