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