Struct ntfy_types::NtfyErrorResponse
source · [−]Fields
code: u64http: u16error: Stringlink: StringTrait Implementations
sourceimpl Clone for NtfyErrorResponse
impl Clone for NtfyErrorResponse
sourcefn clone(&self) -> NtfyErrorResponse
fn clone(&self) -> NtfyErrorResponse
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 moresourceimpl Debug for NtfyErrorResponse
impl Debug for NtfyErrorResponse
sourceimpl Default for NtfyErrorResponse
impl Default for NtfyErrorResponse
sourcefn default() -> NtfyErrorResponse
fn default() -> NtfyErrorResponse
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for NtfyErrorResponse
impl<'de> Deserialize<'de> for NtfyErrorResponse
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 Serialize for NtfyErrorResponse
impl Serialize for NtfyErrorResponse
Auto Trait Implementations
impl RefUnwindSafe for NtfyErrorResponse
impl Send for NtfyErrorResponse
impl Sync for NtfyErrorResponse
impl Unpin for NtfyErrorResponse
impl UnwindSafe for NtfyErrorResponse
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