pub enum MsgAcceptance {
Accept,
Reject,
Ignore,
}Variants§
Trait Implementations§
Source§impl Clone for MsgAcceptance
impl Clone for MsgAcceptance
Source§fn clone(&self) -> MsgAcceptance
fn clone(&self) -> MsgAcceptance
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for MsgAcceptance
Auto Trait Implementations§
impl Freeze for MsgAcceptance
impl RefUnwindSafe for MsgAcceptance
impl Send for MsgAcceptance
impl Sync for MsgAcceptance
impl Unpin for MsgAcceptance
impl UnsafeUnpin for MsgAcceptance
impl UnwindSafe for MsgAcceptance
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