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