pub enum SessionStartDisposition {
Rotated,
AlreadyApplied,
}Variants§
Trait Implementations§
Source§impl Clone for SessionStartDisposition
impl Clone for SessionStartDisposition
Source§fn clone(&self) -> SessionStartDisposition
fn clone(&self) -> SessionStartDisposition
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 SessionStartDisposition
Source§impl Debug for SessionStartDisposition
impl Debug for SessionStartDisposition
Source§impl<'de> Deserialize<'de> for SessionStartDisposition
impl<'de> Deserialize<'de> for SessionStartDisposition
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 SessionStartDisposition
Source§impl PartialEq for SessionStartDisposition
impl PartialEq for SessionStartDisposition
Source§impl Serialize for SessionStartDisposition
impl Serialize for SessionStartDisposition
impl StructuralPartialEq for SessionStartDisposition
Auto Trait Implementations§
impl Freeze for SessionStartDisposition
impl RefUnwindSafe for SessionStartDisposition
impl Send for SessionStartDisposition
impl Sync for SessionStartDisposition
impl Unpin for SessionStartDisposition
impl UnsafeUnpin for SessionStartDisposition
impl UnwindSafe for SessionStartDisposition
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