pub enum MinFollowerMinute {
Show 13 variants
Zero,
Five,
Ten,
Thirty,
Sixty,
OneDay,
OneWeek,
ThirtyDays,
SixtyDays,
NinetyDays,
OneTwentyDays,
OneFiftyDays,
OneEightyDays,
}Variants§
Zero
Five
Ten
Thirty
Sixty
OneDay
OneWeek
ThirtyDays
SixtyDays
NinetyDays
OneTwentyDays
OneFiftyDays
OneEightyDays
Trait Implementations§
Source§impl Debug for MinFollowerMinute
impl Debug for MinFollowerMinute
Source§impl<'de> Deserialize<'de> for MinFollowerMinute
impl<'de> Deserialize<'de> for MinFollowerMinute
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 Freeze for MinFollowerMinute
impl RefUnwindSafe for MinFollowerMinute
impl Send for MinFollowerMinute
impl Sync for MinFollowerMinute
impl Unpin for MinFollowerMinute
impl UnsafeUnpin for MinFollowerMinute
impl UnwindSafe for MinFollowerMinute
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