pub struct TeamFunSettings {
pub allow_giphy: bool,
pub giphy_content_rating: GiphyRatingType,
pub allow_stickers_and_memes: bool,
pub allow_custom_memes: bool,
}
Fields§
§allow_giphy: bool
§giphy_content_rating: GiphyRatingType
§allow_stickers_and_memes: bool
§allow_custom_memes: bool
Trait Implementations§
Source§impl Clone for TeamFunSettings
impl Clone for TeamFunSettings
Source§fn clone(&self) -> TeamFunSettings
fn clone(&self) -> TeamFunSettings
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 TeamFunSettings
impl Debug for TeamFunSettings
Source§impl<'de> Deserialize<'de> for TeamFunSettings
impl<'de> Deserialize<'de> for TeamFunSettings
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 TeamFunSettings
impl PartialEq for TeamFunSettings
Source§impl Serialize for TeamFunSettings
impl Serialize for TeamFunSettings
impl Eq for TeamFunSettings
impl StructuralPartialEq for TeamFunSettings
Auto Trait Implementations§
impl Freeze for TeamFunSettings
impl RefUnwindSafe for TeamFunSettings
impl Send for TeamFunSettings
impl Sync for TeamFunSettings
impl Unpin for TeamFunSettings
impl UnwindSafe for TeamFunSettings
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