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