pub struct InputCollectibleUsername {
pub username: String,
}Expand description
Generated from:
inputCollectibleUsername#e39460a9 username:string = InputCollectibleFields§
§username: StringTrait Implementations§
Source§impl Clone for InputCollectibleUsername
impl Clone for InputCollectibleUsername
Source§fn clone(&self) -> InputCollectibleUsername
fn clone(&self) -> InputCollectibleUsername
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 InputCollectibleUsername
impl Debug for InputCollectibleUsername
Source§impl Deserializable for InputCollectibleUsername
impl Deserializable for InputCollectibleUsername
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<InputCollectibleUsername> for InputCollectible
impl From<InputCollectibleUsername> for InputCollectible
Source§fn from(x: InputCollectibleUsername) -> Self
fn from(x: InputCollectibleUsername) -> Self
Converts to this type from the input type.
Source§impl Identifiable for InputCollectibleUsername
impl Identifiable for InputCollectibleUsername
Source§const CONSTRUCTOR_ID: u32 = 0xe39460a9
const CONSTRUCTOR_ID: u32 = 0xe39460a9
The constructor ID as specified in the TL schema.
Source§impl PartialEq for InputCollectibleUsername
impl PartialEq for InputCollectibleUsername
Source§impl TryFrom<InputCollectible> for InputCollectibleUsername
impl TryFrom<InputCollectible> for InputCollectibleUsername
Source§type Error = InputCollectible
type Error = InputCollectible
The type returned in the event of a conversion error.
impl StructuralPartialEq for InputCollectibleUsername
Auto Trait Implementations§
impl Freeze for InputCollectibleUsername
impl RefUnwindSafe for InputCollectibleUsername
impl Send for InputCollectibleUsername
impl Sync for InputCollectibleUsername
impl Unpin for InputCollectibleUsername
impl UnsafeUnpin for InputCollectibleUsername
impl UnwindSafe for InputCollectibleUsername
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