Struct speedrun_api::api::notifications::Notifications
source · [−]pub struct Notifications { /* private fields */ }Expand description
Retrieves the notifications for the currently authenticated user.
Implementations
sourceimpl Notifications
impl Notifications
sourcepub fn builder() -> NotificationsBuilder
pub fn builder() -> NotificationsBuilder
Create a builder for this endpoint.
Trait Implementations
sourceimpl Clone for Notifications
impl Clone for Notifications
sourcefn clone(&self) -> Notifications
fn clone(&self) -> Notifications
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 Debug for Notifications
impl Debug for Notifications
sourceimpl Default for Notifications
impl Default for Notifications
sourcefn default() -> Notifications
fn default() -> Notifications
Returns the “default value” for a type. Read more
sourceimpl Serialize for Notifications
impl Serialize for Notifications
Auto Trait Implementations
impl RefUnwindSafe for Notifications
impl Send for Notifications
impl Sync for Notifications
impl Unpin for Notifications
impl UnwindSafe for Notifications
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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