pub struct EmoteSetId(/* private fields */);Expand description
An Emote Set ID
Implementations§
Source§impl EmoteSetId
impl EmoteSetId
Sourcepub fn into_boxed_ref(self) -> Box<EmoteSetIdRef>
pub fn into_boxed_ref(self) -> Box<EmoteSetIdRef>
Converts this EmoteSetId into a Box<EmoteSetIdRef>
This will drop any excess capacity.
Sourcepub fn into_string(self) -> String
pub fn into_string(self) -> String
Unwraps the underlying String value
Methods from Deref<Target = EmoteSetIdRef>§
Trait Implementations§
Source§impl AsRef<EmoteSetIdRef> for EmoteSetId
impl AsRef<EmoteSetIdRef> for EmoteSetId
Source§fn as_ref(&self) -> &EmoteSetIdRef
fn as_ref(&self) -> &EmoteSetIdRef
Converts this type into a shared reference of the (usually inferred) input type.
Source§impl AsRef<str> for EmoteSetId
impl AsRef<str> for EmoteSetId
Source§impl Borrow<EmoteSetIdRef> for EmoteSetId
impl Borrow<EmoteSetIdRef> for EmoteSetId
Source§fn borrow(&self) -> &EmoteSetIdRef
fn borrow(&self) -> &EmoteSetIdRef
Immutably borrows from an owned value. Read more
Source§impl Borrow<str> for EmoteSetId
impl Borrow<str> for EmoteSetId
Source§impl Clone for EmoteSetId
impl Clone for EmoteSetId
Source§fn clone(&self) -> EmoteSetId
fn clone(&self) -> EmoteSetId
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<'a> Debug for EmoteSetId
impl<'a> Debug for EmoteSetId
Source§impl Deref for EmoteSetId
impl Deref for EmoteSetId
Source§impl<'de> Deserialize<'de> for EmoteSetId
impl<'de> Deserialize<'de> for EmoteSetId
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl<'a> Display for EmoteSetId
impl<'a> Display for EmoteSetId
Source§impl From<&EmoteSetIdRef> for EmoteSetId
impl From<&EmoteSetIdRef> for EmoteSetId
Source§fn from(s: &EmoteSetIdRef) -> Self
fn from(s: &EmoteSetIdRef) -> Self
Converts to this type from the input type.
Source§impl From<&str> for EmoteSetId
impl From<&str> for EmoteSetId
Source§impl From<Box<EmoteSetIdRef>> for EmoteSetId
impl From<Box<EmoteSetIdRef>> for EmoteSetId
Source§fn from(r: Box<EmoteSetIdRef>) -> Self
fn from(r: Box<EmoteSetIdRef>) -> Self
Converts to this type from the input type.
Source§impl<'a> From<Cow<'a, EmoteSetIdRef>> for EmoteSetId
impl<'a> From<Cow<'a, EmoteSetIdRef>> for EmoteSetId
Source§fn from(r: Cow<'a, EmoteSetIdRef>) -> Self
fn from(r: Cow<'a, EmoteSetIdRef>) -> Self
Converts to this type from the input type.
Source§impl From<EmoteSetId> for Box<EmoteSetIdRef>
impl From<EmoteSetId> for Box<EmoteSetIdRef>
Source§fn from(r: EmoteSetId) -> Self
fn from(r: EmoteSetId) -> Self
Converts to this type from the input type.
Source§impl<'a> From<EmoteSetId> for Cow<'a, EmoteSetIdRef>
impl<'a> From<EmoteSetId> for Cow<'a, EmoteSetIdRef>
Source§fn from(owned: EmoteSetId) -> Self
fn from(owned: EmoteSetId) -> Self
Converts to this type from the input type.
Source§impl From<String> for EmoteSetId
impl From<String> for EmoteSetId
Source§impl FromStr for EmoteSetId
impl FromStr for EmoteSetId
Source§impl Hash for EmoteSetId
impl Hash for EmoteSetId
Source§impl PartialEq<&EmoteSetIdRef> for EmoteSetId
impl PartialEq<&EmoteSetIdRef> for EmoteSetId
Source§impl PartialEq<Box<EmoteSetIdRef>> for EmoteSetId
impl PartialEq<Box<EmoteSetIdRef>> for EmoteSetId
Source§impl PartialEq<EmoteSetId> for &EmoteSetIdRef
impl PartialEq<EmoteSetId> for &EmoteSetIdRef
Source§impl PartialEq<EmoteSetId> for Box<EmoteSetIdRef>
impl PartialEq<EmoteSetId> for Box<EmoteSetIdRef>
Source§impl PartialEq<EmoteSetId> for EmoteSetIdRef
impl PartialEq<EmoteSetId> for EmoteSetIdRef
Source§impl PartialEq<EmoteSetIdRef> for EmoteSetId
impl PartialEq<EmoteSetIdRef> for EmoteSetId
Source§impl PartialEq for EmoteSetId
impl PartialEq for EmoteSetId
Source§impl Serialize for EmoteSetId
impl Serialize for EmoteSetId
impl Eq for EmoteSetId
Auto Trait Implementations§
impl Freeze for EmoteSetId
impl RefUnwindSafe for EmoteSetId
impl Send for EmoteSetId
impl Sync for EmoteSetId
impl Unpin for EmoteSetId
impl UnwindSafe for EmoteSetId
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.