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