pub struct NoteStoreGetSyncStateArgs {
pub authentication_token: String,
}Fields§
§authentication_token: StringTrait Implementations§
Source§impl Clone for NoteStoreGetSyncStateArgs
impl Clone for NoteStoreGetSyncStateArgs
Source§fn clone(&self) -> NoteStoreGetSyncStateArgs
fn clone(&self) -> NoteStoreGetSyncStateArgs
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 NoteStoreGetSyncStateArgs
impl Debug for NoteStoreGetSyncStateArgs
impl Eq for NoteStoreGetSyncStateArgs
Source§impl Hash for NoteStoreGetSyncStateArgs
impl Hash for NoteStoreGetSyncStateArgs
Source§impl Ord for NoteStoreGetSyncStateArgs
impl Ord for NoteStoreGetSyncStateArgs
Source§fn cmp(&self, other: &NoteStoreGetSyncStateArgs) -> Ordering
fn cmp(&self, other: &NoteStoreGetSyncStateArgs) -> 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 NoteStoreGetSyncStateArgs
impl PartialOrd for NoteStoreGetSyncStateArgs
impl StructuralPartialEq for NoteStoreGetSyncStateArgs
Auto Trait Implementations§
impl Freeze for NoteStoreGetSyncStateArgs
impl RefUnwindSafe for NoteStoreGetSyncStateArgs
impl Send for NoteStoreGetSyncStateArgs
impl Sync for NoteStoreGetSyncStateArgs
impl Unpin for NoteStoreGetSyncStateArgs
impl UnsafeUnpin for NoteStoreGetSyncStateArgs
impl UnwindSafe for NoteStoreGetSyncStateArgs
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