Struct speedrun_api::api::publishers::PublisherId
source · [−]pub struct PublisherId<'a>(_);Expand description
Represents a publisher ID.
Implementations
sourceimpl<'a> PublisherId<'a>
impl<'a> PublisherId<'a>
Trait Implementations
sourceimpl<'a> Clone for PublisherId<'a>
impl<'a> Clone for PublisherId<'a>
sourcefn clone(&self) -> PublisherId<'a>
fn clone(&self) -> PublisherId<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl<'a> Debug for PublisherId<'a>
impl<'a> Debug for PublisherId<'a>
sourceimpl<'de, 'a> Deserialize<'de> for PublisherId<'a>
impl<'de, 'a> Deserialize<'de> for PublisherId<'a>
sourcefn 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
sourceimpl Display for PublisherId<'_>
impl Display for PublisherId<'_>
sourceimpl<'a> From<Publisher<'a>> for PublisherId<'a>
impl<'a> From<Publisher<'a>> for PublisherId<'a>
sourceimpl<'a> PartialEq<PublisherId<'a>> for PublisherId<'a>
impl<'a> PartialEq<PublisherId<'a>> for PublisherId<'a>
sourcefn eq(&self, other: &PublisherId<'a>) -> bool
fn eq(&self, other: &PublisherId<'a>) -> bool
This method tests for self and other values to be equal, and is used
by ==. Read more
sourcefn ne(&self, other: &PublisherId<'a>) -> bool
fn ne(&self, other: &PublisherId<'a>) -> bool
This method tests for !=.
sourceimpl<'a> Serialize for PublisherId<'a>
impl<'a> Serialize for PublisherId<'a>
impl<'a> StructuralPartialEq for PublisherId<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for PublisherId<'a>
impl<'a> Send for PublisherId<'a>
impl<'a> Sync for PublisherId<'a>
impl<'a> Unpin for PublisherId<'a>
impl<'a> UnwindSafe for PublisherId<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more