pub enum WaitResolution {
Approved,
Rejected,
External,
}Variants§
Trait Implementations§
Source§impl Clone for WaitResolution
impl Clone for WaitResolution
Source§fn clone(&self) -> WaitResolution
fn clone(&self) -> WaitResolution
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 WaitResolution
Source§impl Debug for WaitResolution
impl Debug for WaitResolution
impl Eq for WaitResolution
Source§impl PartialEq for WaitResolution
impl PartialEq for WaitResolution
Source§fn eq(&self, other: &WaitResolution) -> bool
fn eq(&self, other: &WaitResolution) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for WaitResolution
Auto Trait Implementations§
impl Freeze for WaitResolution
impl RefUnwindSafe for WaitResolution
impl Send for WaitResolution
impl Sync for WaitResolution
impl Unpin for WaitResolution
impl UnsafeUnpin for WaitResolution
impl UnwindSafe for WaitResolution
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