pub struct PrivateChatFilter;Expand description
Passes only for messages in private chats.
Trait Implementations§
Source§impl Clone for PrivateChatFilter
impl Clone for PrivateChatFilter
Source§fn clone(&self) -> PrivateChatFilter
fn clone(&self) -> PrivateChatFilter
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PrivateChatFilter
Auto Trait Implementations§
impl Freeze for PrivateChatFilter
impl RefUnwindSafe for PrivateChatFilter
impl Send for PrivateChatFilter
impl Sync for PrivateChatFilter
impl Unpin for PrivateChatFilter
impl UnsafeUnpin for PrivateChatFilter
impl UnwindSafe for PrivateChatFilter
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