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