pub enum CrewAssignEventRole {
Active,
}
Expand description
The role of the crew member.
Variants§
Active
The crew member has been set to active.
Trait Implementations§
Source§impl Clone for CrewAssignEventRole
impl Clone for CrewAssignEventRole
Source§fn clone(&self) -> CrewAssignEventRole
fn clone(&self) -> CrewAssignEventRole
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for CrewAssignEventRole
impl Debug for CrewAssignEventRole
Source§impl<'de> Deserialize<'de> for CrewAssignEventRole
impl<'de> Deserialize<'de> for CrewAssignEventRole
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for CrewAssignEventRole
impl PartialEq for CrewAssignEventRole
Source§impl Serialize for CrewAssignEventRole
impl Serialize for CrewAssignEventRole
impl StructuralPartialEq for CrewAssignEventRole
Auto Trait Implementations§
impl Freeze for CrewAssignEventRole
impl RefUnwindSafe for CrewAssignEventRole
impl Send for CrewAssignEventRole
impl Sync for CrewAssignEventRole
impl Unpin for CrewAssignEventRole
impl UnwindSafe for CrewAssignEventRole
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