Struct mcaptcha::api::v1::notifications::add::AddNotificationRequest
source · [−]Fields
to: String
heading: String
message: String
Trait Implementations
sourceimpl Clone for AddNotificationRequest
impl Clone for AddNotificationRequest
sourcefn clone(&self) -> AddNotificationRequest
fn clone(&self) -> AddNotificationRequest
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 AddNotificationRequest
impl Debug for AddNotificationRequest
sourceimpl Default for AddNotificationRequest
impl Default for AddNotificationRequest
sourcefn default() -> AddNotificationRequest
fn default() -> AddNotificationRequest
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AddNotificationRequest
impl<'de> Deserialize<'de> for AddNotificationRequest
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 PartialEq<AddNotificationRequest> for AddNotificationRequest
impl PartialEq<AddNotificationRequest> for AddNotificationRequest
sourcefn eq(&self, other: &AddNotificationRequest) -> bool
fn eq(&self, other: &AddNotificationRequest) -> bool
sourceimpl Serialize for AddNotificationRequest
impl Serialize for AddNotificationRequest
impl StructuralPartialEq for AddNotificationRequest
Auto Trait Implementations
impl RefUnwindSafe for AddNotificationRequest
impl Send for AddNotificationRequest
impl Sync for AddNotificationRequest
impl Unpin for AddNotificationRequest
impl UnwindSafe for AddNotificationRequest
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