Enum torn_api::common::OnlineStatus
source · pub enum OnlineStatus {
Online,
Offline,
Idle,
}
Variants§
Trait Implementations§
source§impl Clone for OnlineStatus
impl Clone for OnlineStatus
source§fn clone(&self) -> OnlineStatus
fn clone(&self) -> OnlineStatus
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 OnlineStatus
impl Debug for OnlineStatus
source§impl<'de> Deserialize<'de> for OnlineStatus
impl<'de> Deserialize<'de> for OnlineStatus
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
Auto Trait Implementations§
impl RefUnwindSafe for OnlineStatus
impl Send for OnlineStatus
impl Sync for OnlineStatus
impl Unpin for OnlineStatus
impl UnwindSafe for OnlineStatus
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