pub struct NoteStoreCreateNotebookArgs {
pub authentication_token: String,
pub notebook: Notebook,
}Fields§
§authentication_token: String§notebook: NotebookImplementations§
Source§impl NoteStoreCreateNotebookArgs
impl NoteStoreCreateNotebookArgs
pub fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<NoteStoreCreateNotebookArgs>
pub fn write_to_out_protocol( &self, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Trait Implementations§
Source§impl Clone for NoteStoreCreateNotebookArgs
impl Clone for NoteStoreCreateNotebookArgs
Source§fn clone(&self) -> NoteStoreCreateNotebookArgs
fn clone(&self) -> NoteStoreCreateNotebookArgs
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 NoteStoreCreateNotebookArgs
impl Debug for NoteStoreCreateNotebookArgs
impl Eq for NoteStoreCreateNotebookArgs
Source§impl Hash for NoteStoreCreateNotebookArgs
impl Hash for NoteStoreCreateNotebookArgs
Source§impl Ord for NoteStoreCreateNotebookArgs
impl Ord for NoteStoreCreateNotebookArgs
Source§fn cmp(&self, other: &NoteStoreCreateNotebookArgs) -> Ordering
fn cmp(&self, other: &NoteStoreCreateNotebookArgs) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for NoteStoreCreateNotebookArgs
impl PartialOrd for NoteStoreCreateNotebookArgs
impl StructuralPartialEq for NoteStoreCreateNotebookArgs
Auto Trait Implementations§
impl Freeze for NoteStoreCreateNotebookArgs
impl RefUnwindSafe for NoteStoreCreateNotebookArgs
impl Send for NoteStoreCreateNotebookArgs
impl Sync for NoteStoreCreateNotebookArgs
impl Unpin for NoteStoreCreateNotebookArgs
impl UnsafeUnpin for NoteStoreCreateNotebookArgs
impl UnwindSafe for NoteStoreCreateNotebookArgs
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