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