pub struct StateToken(/* private fields */);Expand description
ZST used for making sure that the protocol state always is advancing.
Auto Trait Implementations§
impl Freeze for StateToken
impl RefUnwindSafe for StateToken
impl Send for StateToken
impl Sync for StateToken
impl Unpin for StateToken
impl UnsafeUnpin for StateToken
impl UnwindSafe for StateToken
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