pub enum ReplyStat {
MessageAccepted,
MessageDenied,
}Variants§
Trait Implementations§
impl Copy for ReplyStat
impl Eq for ReplyStat
impl StructuralPartialEq for ReplyStat
Auto Trait Implementations§
impl Freeze for ReplyStat
impl RefUnwindSafe for ReplyStat
impl Send for ReplyStat
impl Sync for ReplyStat
impl Unpin for ReplyStat
impl UnsafeUnpin for ReplyStat
impl UnwindSafe for ReplyStat
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