pub struct IgdbId(/* private fields */);Available on crate feature
stream only.Expand description
A IGDB ID
Implementations§
Source§impl IgdbId
impl IgdbId
Sourcepub fn from_static(raw: &'static str) -> Self
pub fn from_static(raw: &'static str) -> Self
Constructs a newIgdbIdfrom a static reference
Sourcepub fn into_boxed_ref(self) -> Box<IgdbIdRef>
pub fn into_boxed_ref(self) -> Box<IgdbIdRef>
Converts this IgdbId into a Box<IgdbIdRef>
This will drop any excess capacity.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for IgdbId
Available on crate feature serde only.
impl<'de> Deserialize<'de> for IgdbId
Available on crate feature
serde only.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
impl Eq for IgdbId
Source§impl Ord for IgdbId
impl Ord for IgdbId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for IgdbId
impl PartialOrd for IgdbId
impl StructuralPartialEq for IgdbId
Auto Trait Implementations§
impl Freeze for IgdbId
impl RefUnwindSafe for IgdbId
impl Send for IgdbId
impl Sync for IgdbId
impl Unpin for IgdbId
impl UnsafeUnpin for IgdbId
impl UnwindSafe for IgdbId
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