pub struct RecommendedChatFilter { /* private fields */ }Expand description
Describes a recommended chat filter
Implementations§
Trait Implementations§
Source§impl AsRef<RecommendedChatFilter> for RecommendedChatFilter
impl AsRef<RecommendedChatFilter> for RecommendedChatFilter
Source§fn as_ref(&self) -> &RecommendedChatFilter
fn as_ref(&self) -> &RecommendedChatFilter
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl Clone for RecommendedChatFilter
impl Clone for RecommendedChatFilter
Source§fn clone(&self) -> RecommendedChatFilter
fn clone(&self) -> RecommendedChatFilter
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 RecommendedChatFilter
impl Debug for RecommendedChatFilter
Source§impl Default for RecommendedChatFilter
impl Default for RecommendedChatFilter
Source§fn default() -> RecommendedChatFilter
fn default() -> RecommendedChatFilter
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RecommendedChatFilter
impl<'de> Deserialize<'de> for RecommendedChatFilter
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 RObject for RecommendedChatFilter
impl RObject for RecommendedChatFilter
Auto Trait Implementations§
impl Freeze for RecommendedChatFilter
impl RefUnwindSafe for RecommendedChatFilter
impl Send for RecommendedChatFilter
impl Sync for RecommendedChatFilter
impl Unpin for RecommendedChatFilter
impl UnwindSafe for RecommendedChatFilter
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