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