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