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