pub enum CentralState {
Absent,
PoweredOff,
PoweredOn,
}Expand description
Indicates the various states of Central.
Variants§
Trait Implementations§
Source§impl AsRef<str> for CentralState
impl AsRef<str> for CentralState
Source§impl Clone for CentralState
impl Clone for CentralState
Source§fn clone(&self) -> CentralState
fn clone(&self) -> CentralState
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 CentralState
impl Debug for CentralState
Source§impl<'de> Deserialize<'de> for CentralState
impl<'de> Deserialize<'de> for CentralState
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 FromStr for CentralState
impl FromStr for CentralState
Source§impl Hash for CentralState
impl Hash for CentralState
Source§impl PartialEq for CentralState
impl PartialEq for CentralState
Source§impl Serialize for CentralState
impl Serialize for CentralState
impl Eq for CentralState
impl StructuralPartialEq for CentralState
Auto Trait Implementations§
impl Freeze for CentralState
impl RefUnwindSafe for CentralState
impl Send for CentralState
impl Sync for CentralState
impl Unpin for CentralState
impl UnwindSafe for CentralState
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