pub struct EndCrewSessionEvent {
pub on_crime: bool,
pub telepresence: bool,
}
Expand description
Fired when the whole multi-crew session has ended.
Fields§
§on_crime: bool
§telepresence: bool
Trait Implementations§
Source§impl Clone for EndCrewSessionEvent
impl Clone for EndCrewSessionEvent
Source§fn clone(&self) -> EndCrewSessionEvent
fn clone(&self) -> EndCrewSessionEvent
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 EndCrewSessionEvent
impl Debug for EndCrewSessionEvent
Source§impl<'de> Deserialize<'de> for EndCrewSessionEvent
impl<'de> Deserialize<'de> for EndCrewSessionEvent
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 EndCrewSessionEvent
impl PartialEq for EndCrewSessionEvent
Source§impl Serialize for EndCrewSessionEvent
impl Serialize for EndCrewSessionEvent
impl StructuralPartialEq for EndCrewSessionEvent
Auto Trait Implementations§
impl Freeze for EndCrewSessionEvent
impl RefUnwindSafe for EndCrewSessionEvent
impl Send for EndCrewSessionEvent
impl Sync for EndCrewSessionEvent
impl Unpin for EndCrewSessionEvent
impl UnwindSafe for EndCrewSessionEvent
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