pub struct ContactNotePayload {
pub note: String,
}Fields§
§note: StringTrait Implementations§
Source§impl Clone for ContactNotePayload
impl Clone for ContactNotePayload
Source§fn clone(&self) -> ContactNotePayload
fn clone(&self) -> ContactNotePayload
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 ContactNotePayload
impl Debug for ContactNotePayload
Source§impl Default for ContactNotePayload
impl Default for ContactNotePayload
Source§fn default() -> ContactNotePayload
fn default() -> ContactNotePayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ContactNotePayload
impl<'de> Deserialize<'de> for ContactNotePayload
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
Source§impl PartialEq for ContactNotePayload
impl PartialEq for ContactNotePayload
Source§impl Serialize for ContactNotePayload
impl Serialize for ContactNotePayload
impl StructuralPartialEq for ContactNotePayload
Auto Trait Implementations§
impl Freeze for ContactNotePayload
impl RefUnwindSafe for ContactNotePayload
impl Send for ContactNotePayload
impl Sync for ContactNotePayload
impl Unpin for ContactNotePayload
impl UnsafeUnpin for ContactNotePayload
impl UnwindSafe for ContactNotePayload
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