pub struct GetNotesResponse200DataInnerPerson {
pub name: Option<String>,
}
Expand description
GetNotesResponse200DataInnerPerson : The person the note is attached to
Fields§
§name: Option<String>
The name of the person the note is attached to
Implementations§
Source§impl GetNotesResponse200DataInnerPerson
impl GetNotesResponse200DataInnerPerson
Sourcepub fn new() -> GetNotesResponse200DataInnerPerson
pub fn new() -> GetNotesResponse200DataInnerPerson
The person the note is attached to
Trait Implementations§
Source§impl Clone for GetNotesResponse200DataInnerPerson
impl Clone for GetNotesResponse200DataInnerPerson
Source§fn clone(&self) -> GetNotesResponse200DataInnerPerson
fn clone(&self) -> GetNotesResponse200DataInnerPerson
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl<'de> Deserialize<'de> for GetNotesResponse200DataInnerPerson
impl<'de> Deserialize<'de> for GetNotesResponse200DataInnerPerson
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 GetNotesResponse200DataInnerPerson
impl PartialEq for GetNotesResponse200DataInnerPerson
Source§fn eq(&self, other: &GetNotesResponse200DataInnerPerson) -> bool
fn eq(&self, other: &GetNotesResponse200DataInnerPerson) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetNotesResponse200DataInnerPerson
Auto Trait Implementations§
impl Freeze for GetNotesResponse200DataInnerPerson
impl RefUnwindSafe for GetNotesResponse200DataInnerPerson
impl Send for GetNotesResponse200DataInnerPerson
impl Sync for GetNotesResponse200DataInnerPerson
impl Unpin for GetNotesResponse200DataInnerPerson
impl UnwindSafe for GetNotesResponse200DataInnerPerson
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