pub struct TestDgmState<ID, OP>where
ID: IdentityHandle,{ /* private fields */ }Available on (crate features
data_scheme) and (crate features test_utils) only.Trait Implementations§
Source§impl<ID, OP: Clone> Clone for TestDgmState<ID, OP>where
ID: IdentityHandle + Clone,
impl<ID, OP: Clone> Clone for TestDgmState<ID, OP>where
ID: IdentityHandle + Clone,
Source§fn clone(&self) -> TestDgmState<ID, OP>
fn clone(&self) -> TestDgmState<ID, OP>
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<ID, OP: Debug> Debug for TestDgmState<ID, OP>where
ID: IdentityHandle + Debug,
impl<ID, OP: Debug> Debug for TestDgmState<ID, OP>where
ID: IdentityHandle + Debug,
Source§impl<'de, ID, OP> Deserialize<'de> for TestDgmState<ID, OP>where
ID: IdentityHandle + Deserialize<'de>,
impl<'de, ID, OP> Deserialize<'de> for TestDgmState<ID, OP>where
ID: IdentityHandle + Deserialize<'de>,
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl<ID, OP: Eq> Eq for TestDgmState<ID, OP>where
ID: IdentityHandle + Eq,
Source§impl<ID, OP: PartialEq> PartialEq for TestDgmState<ID, OP>where
ID: IdentityHandle + PartialEq,
impl<ID, OP: PartialEq> PartialEq for TestDgmState<ID, OP>where
ID: IdentityHandle + PartialEq,
Source§fn eq(&self, other: &TestDgmState<ID, OP>) -> bool
fn eq(&self, other: &TestDgmState<ID, OP>) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl<ID, OP> Serialize for TestDgmState<ID, OP>where
ID: IdentityHandle + Serialize,
impl<ID, OP> Serialize for TestDgmState<ID, OP>where
ID: IdentityHandle + Serialize,
impl<ID, OP: PartialEq> StructuralPartialEq for TestDgmState<ID, OP>where
ID: IdentityHandle + PartialEq,
Auto Trait Implementations§
impl<ID, OP> Freeze for TestDgmState<ID, OP>where
ID: Freeze,
impl<ID, OP> RefUnwindSafe for TestDgmState<ID, OP>where
ID: RefUnwindSafe,
OP: RefUnwindSafe,
impl<ID, OP> Send for TestDgmState<ID, OP>
impl<ID, OP> Sync for TestDgmState<ID, OP>
impl<ID, OP> Unpin for TestDgmState<ID, OP>
impl<ID, OP> UnsafeUnpin for TestDgmState<ID, OP>where
ID: UnsafeUnpin,
impl<ID, OP> UnwindSafe for TestDgmState<ID, OP>where
ID: UnwindSafe,
OP: UnwindSafe,
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