pub enum SpaceSessionLifecycle {
Opening,
Active,
Closing,
Closed,
Expired,
Revoked,
}Variants§
Trait Implementations§
Source§impl Clone for SpaceSessionLifecycle
impl Clone for SpaceSessionLifecycle
Source§fn clone(&self) -> SpaceSessionLifecycle
fn clone(&self) -> SpaceSessionLifecycle
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 SpaceSessionLifecycle
Source§impl Debug for SpaceSessionLifecycle
impl Debug for SpaceSessionLifecycle
Source§impl<'de> Deserialize<'de> for SpaceSessionLifecycle
impl<'de> Deserialize<'de> for SpaceSessionLifecycle
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
impl Eq for SpaceSessionLifecycle
Source§impl PartialEq for SpaceSessionLifecycle
impl PartialEq for SpaceSessionLifecycle
Source§impl Serialize for SpaceSessionLifecycle
impl Serialize for SpaceSessionLifecycle
impl StructuralPartialEq for SpaceSessionLifecycle
Auto Trait Implementations§
impl Freeze for SpaceSessionLifecycle
impl RefUnwindSafe for SpaceSessionLifecycle
impl Send for SpaceSessionLifecycle
impl Sync for SpaceSessionLifecycle
impl Unpin for SpaceSessionLifecycle
impl UnsafeUnpin for SpaceSessionLifecycle
impl UnwindSafe for SpaceSessionLifecycle
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