pub enum SinkStatusIn {
Enabled,
Paused,
}
Expand description
Variants§
Trait Implementations§
Source§impl Clone for SinkStatusIn
impl Clone for SinkStatusIn
Source§fn clone(&self) -> SinkStatusIn
fn clone(&self) -> SinkStatusIn
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 SinkStatusIn
impl Debug for SinkStatusIn
Source§impl Default for SinkStatusIn
impl Default for SinkStatusIn
Source§fn default() -> SinkStatusIn
fn default() -> SinkStatusIn
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SinkStatusIn
impl<'de> Deserialize<'de> for SinkStatusIn
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 Display for SinkStatusIn
impl Display for SinkStatusIn
Source§impl Hash for SinkStatusIn
impl Hash for SinkStatusIn
Source§impl Ord for SinkStatusIn
impl Ord for SinkStatusIn
Source§fn cmp(&self, other: &SinkStatusIn) -> Ordering
fn cmp(&self, other: &SinkStatusIn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SinkStatusIn
impl PartialEq for SinkStatusIn
Source§impl PartialOrd for SinkStatusIn
impl PartialOrd for SinkStatusIn
Source§impl Serialize for SinkStatusIn
impl Serialize for SinkStatusIn
impl Copy for SinkStatusIn
impl Eq for SinkStatusIn
impl StructuralPartialEq for SinkStatusIn
Auto Trait Implementations§
impl Freeze for SinkStatusIn
impl RefUnwindSafe for SinkStatusIn
impl Send for SinkStatusIn
impl Sync for SinkStatusIn
impl Unpin for SinkStatusIn
impl UnwindSafe for SinkStatusIn
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