pub struct MagicLinkResponse {
pub message: String,
}Expand description
Successful crate::send_magic_link response.
Fields§
§message: StringHuman-readable confirmation from the API.
Trait Implementations§
Source§impl Clone for MagicLinkResponse
impl Clone for MagicLinkResponse
Source§fn clone(&self) -> MagicLinkResponse
fn clone(&self) -> MagicLinkResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MagicLinkResponse
impl Debug for MagicLinkResponse
Source§impl<'de> Deserialize<'de> for MagicLinkResponse
impl<'de> Deserialize<'de> for MagicLinkResponse
Source§fn 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
impl Eq for MagicLinkResponse
Source§impl PartialEq for MagicLinkResponse
impl PartialEq for MagicLinkResponse
Source§impl Serialize for MagicLinkResponse
impl Serialize for MagicLinkResponse
impl StructuralPartialEq for MagicLinkResponse
Auto Trait Implementations§
impl Freeze for MagicLinkResponse
impl RefUnwindSafe for MagicLinkResponse
impl Send for MagicLinkResponse
impl Sync for MagicLinkResponse
impl Unpin for MagicLinkResponse
impl UnsafeUnpin for MagicLinkResponse
impl UnwindSafe for MagicLinkResponse
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