pub struct GetStickerSetParams {
pub name: String,
}Fields§
§name: StringImplementations§
Source§impl GetStickerSetParams
impl GetStickerSetParams
Sourcepub fn builder() -> GetStickerSetParamsBuilder
pub fn builder() -> GetStickerSetParamsBuilder
Create an instance of GetStickerSetParams using the builder syntax
Trait Implementations§
Source§impl Clone for GetStickerSetParams
impl Clone for GetStickerSetParams
Source§fn clone(&self) -> GetStickerSetParams
fn clone(&self) -> GetStickerSetParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 GetStickerSetParams
impl Debug for GetStickerSetParams
Source§impl<'de> Deserialize<'de> for GetStickerSetParams
impl<'de> Deserialize<'de> for GetStickerSetParams
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 GetStickerSetParams
impl PartialEq for GetStickerSetParams
Source§fn eq(&self, other: &GetStickerSetParams) -> bool
fn eq(&self, other: &GetStickerSetParams) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for GetStickerSetParams
impl Serialize for GetStickerSetParams
impl Eq for GetStickerSetParams
impl StructuralPartialEq for GetStickerSetParams
Auto Trait Implementations§
impl Freeze for GetStickerSetParams
impl RefUnwindSafe for GetStickerSetParams
impl Send for GetStickerSetParams
impl Sync for GetStickerSetParams
impl Unpin for GetStickerSetParams
impl UnsafeUnpin for GetStickerSetParams
impl UnwindSafe for GetStickerSetParams
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