pub struct GetNotesResponse200DataInnerDeal {
pub title: Option<String>,
}
Expand description
GetNotesResponse200DataInnerDeal : The deal this note is attached to
Fields§
§title: Option<String>
The title of the deal this note is attached to
Implementations§
Source§impl GetNotesResponse200DataInnerDeal
impl GetNotesResponse200DataInnerDeal
Sourcepub fn new() -> GetNotesResponse200DataInnerDeal
pub fn new() -> GetNotesResponse200DataInnerDeal
The deal this note is attached to
Trait Implementations§
Source§impl Clone for GetNotesResponse200DataInnerDeal
impl Clone for GetNotesResponse200DataInnerDeal
Source§fn clone(&self) -> GetNotesResponse200DataInnerDeal
fn clone(&self) -> GetNotesResponse200DataInnerDeal
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 GetNotesResponse200DataInnerDeal
impl<'de> Deserialize<'de> for GetNotesResponse200DataInnerDeal
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 GetNotesResponse200DataInnerDeal
impl PartialEq for GetNotesResponse200DataInnerDeal
Source§fn eq(&self, other: &GetNotesResponse200DataInnerDeal) -> bool
fn eq(&self, other: &GetNotesResponse200DataInnerDeal) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for GetNotesResponse200DataInnerDeal
Auto Trait Implementations§
impl Freeze for GetNotesResponse200DataInnerDeal
impl RefUnwindSafe for GetNotesResponse200DataInnerDeal
impl Send for GetNotesResponse200DataInnerDeal
impl Sync for GetNotesResponse200DataInnerDeal
impl Unpin for GetNotesResponse200DataInnerDeal
impl UnwindSafe for GetNotesResponse200DataInnerDeal
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