pub enum InputGroupCall {
Link(InputGroupCallLink),
Message(InputGroupCallMessage),
}Variants§
Link(InputGroupCallLink)
The group call is accessible through a link
Message(InputGroupCallMessage)
The group call is accessible through a message of the type messageGroupCall
Trait Implementations§
Source§impl Clone for InputGroupCall
impl Clone for InputGroupCall
Source§fn clone(&self) -> InputGroupCall
fn clone(&self) -> InputGroupCall
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 InputGroupCall
impl Debug for InputGroupCall
Source§impl<'de> Deserialize<'de> for InputGroupCall
impl<'de> Deserialize<'de> for InputGroupCall
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 InputGroupCall
impl PartialEq for InputGroupCall
Source§impl Serialize for InputGroupCall
impl Serialize for InputGroupCall
impl StructuralPartialEq for InputGroupCall
Auto Trait Implementations§
impl Freeze for InputGroupCall
impl RefUnwindSafe for InputGroupCall
impl Send for InputGroupCall
impl Sync for InputGroupCall
impl Unpin for InputGroupCall
impl UnsafeUnpin for InputGroupCall
impl UnwindSafe for InputGroupCall
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