pub struct NoteStoreUpdateNoteIfUsnMatchesResult {
pub result_value: Option<UpdateNoteIfUsnMatchesResult>,
pub user_exception: Option<EDAMUserException>,
pub not_found_exception: Option<EDAMNotFoundException>,
pub system_exception: Option<EDAMSystemException>,
}Fields§
§result_value: Option<UpdateNoteIfUsnMatchesResult>§user_exception: Option<EDAMUserException>§not_found_exception: Option<EDAMNotFoundException>§system_exception: Option<EDAMSystemException>Implementations§
Source§impl NoteStoreUpdateNoteIfUsnMatchesResult
impl NoteStoreUpdateNoteIfUsnMatchesResult
pub fn ok_or(self) -> Result<UpdateNoteIfUsnMatchesResult>
pub fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol, ) -> Result<NoteStoreUpdateNoteIfUsnMatchesResult>
pub fn write_to_out_protocol( &self, o_prot: &mut dyn TOutputProtocol, ) -> Result<()>
Trait Implementations§
Source§impl Clone for NoteStoreUpdateNoteIfUsnMatchesResult
impl Clone for NoteStoreUpdateNoteIfUsnMatchesResult
Source§fn clone(&self) -> NoteStoreUpdateNoteIfUsnMatchesResult
fn clone(&self) -> NoteStoreUpdateNoteIfUsnMatchesResult
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 NoteStoreUpdateNoteIfUsnMatchesResult
Source§impl Ord for NoteStoreUpdateNoteIfUsnMatchesResult
impl Ord for NoteStoreUpdateNoteIfUsnMatchesResult
Source§fn cmp(&self, other: &NoteStoreUpdateNoteIfUsnMatchesResult) -> Ordering
fn cmp(&self, other: &NoteStoreUpdateNoteIfUsnMatchesResult) -> 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 NoteStoreUpdateNoteIfUsnMatchesResult
impl PartialOrd for NoteStoreUpdateNoteIfUsnMatchesResult
impl StructuralPartialEq for NoteStoreUpdateNoteIfUsnMatchesResult
Auto Trait Implementations§
impl Freeze for NoteStoreUpdateNoteIfUsnMatchesResult
impl RefUnwindSafe for NoteStoreUpdateNoteIfUsnMatchesResult
impl Send for NoteStoreUpdateNoteIfUsnMatchesResult
impl Sync for NoteStoreUpdateNoteIfUsnMatchesResult
impl Unpin for NoteStoreUpdateNoteIfUsnMatchesResult
impl UnsafeUnpin for NoteStoreUpdateNoteIfUsnMatchesResult
impl UnwindSafe for NoteStoreUpdateNoteIfUsnMatchesResult
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