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