pub struct InputGroupCallSlug {
pub slug: String,
}Expand description
Fields§
§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§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
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 = 0xfe06823f
const CONSTRUCTOR_ID: u32 = 0xfe06823f
The constructor ID as specified in the TL schema.
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
Source§type Error = InputGroupCall
type Error = InputGroupCall
The type returned in the event of a conversion error.
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