pub struct InputGroupCallLink {
pub link: String,
}Expand description
The group call is accessible through a link
Fields§
§link: StringThe link for the group call
Trait Implementations§
Source§impl Clone for InputGroupCallLink
impl Clone for InputGroupCallLink
Source§fn clone(&self) -> InputGroupCallLink
fn clone(&self) -> InputGroupCallLink
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 InputGroupCallLink
impl Debug for InputGroupCallLink
Source§impl Default for InputGroupCallLink
impl Default for InputGroupCallLink
Source§fn default() -> InputGroupCallLink
fn default() -> InputGroupCallLink
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for InputGroupCallLink
impl<'de> Deserialize<'de> for InputGroupCallLink
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 InputGroupCallLink
impl PartialEq for InputGroupCallLink
Source§impl Serialize for InputGroupCallLink
impl Serialize for InputGroupCallLink
impl StructuralPartialEq for InputGroupCallLink
Auto Trait Implementations§
impl Freeze for InputGroupCallLink
impl RefUnwindSafe for InputGroupCallLink
impl Send for InputGroupCallLink
impl Sync for InputGroupCallLink
impl Unpin for InputGroupCallLink
impl UnsafeUnpin for InputGroupCallLink
impl UnwindSafe for InputGroupCallLink
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