pub enum MyPlexSignInState {
Unknown,
None,
Invalid,
Ok,
UnknownValue,
}Variants§
Trait Implementations§
Source§impl Clone for MyPlexSignInState
impl Clone for MyPlexSignInState
Source§fn clone(&self) -> MyPlexSignInState
fn clone(&self) -> MyPlexSignInState
Returns a duplicate 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 MyPlexSignInState
impl Debug for MyPlexSignInState
Source§impl<'de> Deserialize<'de> for MyPlexSignInState
impl<'de> Deserialize<'de> for MyPlexSignInState
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 Copy for MyPlexSignInState
Auto Trait Implementations§
impl Freeze for MyPlexSignInState
impl RefUnwindSafe for MyPlexSignInState
impl Send for MyPlexSignInState
impl Sync for MyPlexSignInState
impl Unpin for MyPlexSignInState
impl UnwindSafe for MyPlexSignInState
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