#[repr(u8)]pub enum MaxRatioAct {
Pause = 0,
Remove = 1,
}
Expand description
§/api/v2/app/preferences
Variants§
Trait Implementations§
Source§impl Clone for MaxRatioAct
impl Clone for MaxRatioAct
Source§fn clone(&self) -> MaxRatioAct
fn clone(&self) -> MaxRatioAct
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 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 for MaxRatioAct
impl PartialEq for MaxRatioAct
Source§impl Serialize for MaxRatioAct
impl Serialize for MaxRatioAct
impl StructuralPartialEq for MaxRatioAct
Auto Trait Implementations§
impl Freeze for MaxRatioAct
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