Struct telegram_api_rs::objects::VoiceChatStarted
source · pub struct VoiceChatStarted {}
Implementations§
source§impl VoiceChatStarted
impl VoiceChatStarted
pub fn from_json(_data: JsonValue) -> VoiceChatStarted
pub fn to_json(&self) -> JsonValue
pub fn empty() -> VoiceChatStarted
Trait Implementations§
source§impl Clone for VoiceChatStarted
impl Clone for VoiceChatStarted
source§impl Display for VoiceChatStarted
impl Display for VoiceChatStarted
source§impl From<VoiceChatStarted> for JsonValue
impl From<VoiceChatStarted> for JsonValue
source§fn from(u: VoiceChatStarted) -> Self
fn from(u: VoiceChatStarted) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for VoiceChatStarted
impl Send for VoiceChatStarted
impl Sync for VoiceChatStarted
impl Unpin for VoiceChatStarted
impl UnwindSafe for VoiceChatStarted
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