pub enum GiphyRatingType {
UnknownFutureValue,
Strict,
Moderate,
}
Variants§
Trait Implementations§
Source§impl Clone for GiphyRatingType
impl Clone for GiphyRatingType
Source§fn clone(&self) -> GiphyRatingType
fn clone(&self) -> GiphyRatingType
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 GiphyRatingType
impl Debug for GiphyRatingType
Source§impl<'de> Deserialize<'de> for GiphyRatingType
impl<'de> Deserialize<'de> for GiphyRatingType
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 Hash for GiphyRatingType
impl Hash for GiphyRatingType
Source§impl Ord for GiphyRatingType
impl Ord for GiphyRatingType
Source§fn cmp(&self, other: &GiphyRatingType) -> Ordering
fn cmp(&self, other: &GiphyRatingType) -> 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 GiphyRatingType
impl PartialEq for GiphyRatingType
Source§impl PartialOrd for GiphyRatingType
impl PartialOrd for GiphyRatingType
Source§impl Serialize for GiphyRatingType
impl Serialize for GiphyRatingType
impl Eq for GiphyRatingType
impl StructuralPartialEq for GiphyRatingType
Auto Trait Implementations§
impl Freeze for GiphyRatingType
impl RefUnwindSafe for GiphyRatingType
impl Send for GiphyRatingType
impl Sync for GiphyRatingType
impl Unpin for GiphyRatingType
impl UnwindSafe for GiphyRatingType
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