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