Enum qbit_api_rs::types::MaxRatioAct
source · #[repr(u8)]pub enum MaxRatioAct {
Pause,
Remove,
}
Expand description
Variants§
Trait Implementations§
source§impl Debug for MaxRatioAct
impl Debug for MaxRatioAct
source§impl<'de> Deserialize<'de> for MaxRatioAct
impl<'de> Deserialize<'de> for MaxRatioAct
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 PartialEq<MaxRatioAct> for MaxRatioAct
impl PartialEq<MaxRatioAct> for MaxRatioAct
source§fn eq(&self, other: &MaxRatioAct) -> bool
fn eq(&self, other: &MaxRatioAct) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MaxRatioAct
impl Serialize for MaxRatioAct
impl StructuralPartialEq for MaxRatioAct
Auto Trait Implementations§
impl RefUnwindSafe for MaxRatioAct
impl Send for MaxRatioAct
impl Sync for MaxRatioAct
impl Unpin for MaxRatioAct
impl UnwindSafe for MaxRatioAct
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