pub struct NoteStoreUpdateLinkedNotebookArgs {
pub authentication_token: String,
pub linked_notebook: LinkedNotebook,
}Fields§
§authentication_token: String§linked_notebook: LinkedNotebookImplementations§
Source§impl NoteStoreUpdateLinkedNotebookArgs
impl NoteStoreUpdateLinkedNotebookArgs
pub fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<NoteStoreUpdateLinkedNotebookArgs>
pub fn write_to_out_protocol( &self, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Trait Implementations§
Source§impl Clone for NoteStoreUpdateLinkedNotebookArgs
impl Clone for NoteStoreUpdateLinkedNotebookArgs
Source§fn clone(&self) -> NoteStoreUpdateLinkedNotebookArgs
fn clone(&self) -> NoteStoreUpdateLinkedNotebookArgs
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 moreimpl Eq for NoteStoreUpdateLinkedNotebookArgs
Source§impl Ord for NoteStoreUpdateLinkedNotebookArgs
impl Ord for NoteStoreUpdateLinkedNotebookArgs
Source§fn cmp(&self, other: &NoteStoreUpdateLinkedNotebookArgs) -> Ordering
fn cmp(&self, other: &NoteStoreUpdateLinkedNotebookArgs) -> 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 NoteStoreUpdateLinkedNotebookArgs
impl PartialOrd for NoteStoreUpdateLinkedNotebookArgs
impl StructuralPartialEq for NoteStoreUpdateLinkedNotebookArgs
Auto Trait Implementations§
impl Freeze for NoteStoreUpdateLinkedNotebookArgs
impl RefUnwindSafe for NoteStoreUpdateLinkedNotebookArgs
impl Send for NoteStoreUpdateLinkedNotebookArgs
impl Sync for NoteStoreUpdateLinkedNotebookArgs
impl Unpin for NoteStoreUpdateLinkedNotebookArgs
impl UnsafeUnpin for NoteStoreUpdateLinkedNotebookArgs
impl UnwindSafe for NoteStoreUpdateLinkedNotebookArgs
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