pub struct InputGroupCallSlug {
pub slug: String,
}Expand description
Generated from the following TL definition:
inputGroupCallSlug#fe06823f slug:string = InputGroupCallFields§
§slug: StringTrait Implementations§
Source§impl Clone for InputGroupCallSlug
impl Clone for InputGroupCallSlug
Source§fn clone(&self) -> InputGroupCallSlug
fn clone(&self) -> InputGroupCallSlug
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 InputGroupCallSlug
impl Debug for InputGroupCallSlug
Source§impl Deserializable for InputGroupCallSlug
impl Deserializable for InputGroupCallSlug
Source§impl From<InputGroupCallSlug> for InputGroupCall
impl From<InputGroupCallSlug> for InputGroupCall
Source§fn from(x: InputGroupCallSlug) -> Self
fn from(x: InputGroupCallSlug) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputGroupCallSlug
impl Identifiable for InputGroupCallSlug
Source§const CONSTRUCTOR_ID: u32 = 4261839423
const CONSTRUCTOR_ID: u32 = 4261839423
The unique identifier for the type.
Source§impl PartialEq for InputGroupCallSlug
impl PartialEq for InputGroupCallSlug
Source§impl Serializable for InputGroupCallSlug
impl Serializable for InputGroupCallSlug
Source§impl TryFrom<InputGroupCall> for InputGroupCallSlug
impl TryFrom<InputGroupCall> for InputGroupCallSlug
impl StructuralPartialEq for InputGroupCallSlug
Auto Trait Implementations§
impl Freeze for InputGroupCallSlug
impl RefUnwindSafe for InputGroupCallSlug
impl Send for InputGroupCallSlug
impl Sync for InputGroupCallSlug
impl Unpin for InputGroupCallSlug
impl UnsafeUnpin for InputGroupCallSlug
impl UnwindSafe for InputGroupCallSlug
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