pub struct TestDgmState<ID, OP>where
ID: IdentityHandle,{ /* private fields */ }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 · 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
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§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: Eq> Eq for TestDgmState<ID, OP>where
ID: IdentityHandle + Eq,
impl<ID, OP> StructuralPartialEq for TestDgmState<ID, OP>where
ID: IdentityHandle,
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> 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