Struct rust_tdlib::types::JoinChat
source · [−]pub struct JoinChat { /* private fields */ }
Expand description
Adds the current user as a new member to a chat. Private and secret chats can’t be joined using this method
Implementations
Trait Implementations
sourceimpl<'de> Deserialize<'de> for JoinChat
impl<'de> Deserialize<'de> for JoinChat
sourcefn 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 RefUnwindSafe for JoinChat
impl Send for JoinChat
impl Sync for JoinChat
impl Unpin for JoinChat
impl UnwindSafe for JoinChat
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more