pub enum CommandedAnnounceWriteOutcome {
Written {
wire_bytes: usize,
ratchet_rotation: RatchetRotation,
},
Rejected {
rejection: AnnounceRejection,
},
Failed {
failure: AnnounceWriteError,
},
}Variants§
Auto Trait Implementations§
impl Freeze for CommandedAnnounceWriteOutcome
impl RefUnwindSafe for CommandedAnnounceWriteOutcome
impl Send for CommandedAnnounceWriteOutcome
impl Sync for CommandedAnnounceWriteOutcome
impl Unpin for CommandedAnnounceWriteOutcome
impl UnsafeUnpin for CommandedAnnounceWriteOutcome
impl UnwindSafe for CommandedAnnounceWriteOutcome
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