pub struct State<ID, OP>where
ID: IdentityHandle,
OP: OperationId,{ /* private fields */ }Trait Implementations§
Source§impl<'de, ID, OP> Deserialize<'de> for State<ID, OP>
impl<'de, ID, OP> Deserialize<'de> for State<ID, OP>
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
Auto Trait Implementations§
impl<ID, OP> Freeze for State<ID, OP>where
ID: Freeze,
impl<ID, OP> RefUnwindSafe for State<ID, OP>where
ID: RefUnwindSafe,
OP: RefUnwindSafe,
impl<ID, OP> Send for State<ID, OP>
impl<ID, OP> Sync for State<ID, OP>
impl<ID, OP> Unpin for State<ID, OP>
impl<ID, OP> UnwindSafe for State<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