pub struct Proposed;Expand description
Initial state: a peer has been named, nothing has been asked.
Trait Implementations§
impl ConversationState for Proposed
Auto Trait Implementations§
impl Freeze for Proposed
impl RefUnwindSafe for Proposed
impl Send for Proposed
impl Sync for Proposed
impl Unpin for Proposed
impl UnsafeUnpin for Proposed
impl UnwindSafe for Proposed
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