pub struct UpdateMetadataResponseData {
pub _unknown_tagged_fields: Vec<RawTaggedField>,
}Fields§
§_unknown_tagged_fields: Vec<RawTaggedField>Implementations§
Trait Implementations§
Source§impl Clone for UpdateMetadataResponseData
impl Clone for UpdateMetadataResponseData
Source§fn clone(&self) -> UpdateMetadataResponseData
fn clone(&self) -> UpdateMetadataResponseData
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 UpdateMetadataResponseData
impl Debug for UpdateMetadataResponseData
Source§impl Default for UpdateMetadataResponseData
impl Default for UpdateMetadataResponseData
Source§impl PartialEq for UpdateMetadataResponseData
impl PartialEq for UpdateMetadataResponseData
Source§fn eq(&self, other: &UpdateMetadataResponseData) -> bool
fn eq(&self, other: &UpdateMetadataResponseData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for UpdateMetadataResponseData
Auto Trait Implementations§
impl Freeze for UpdateMetadataResponseData
impl RefUnwindSafe for UpdateMetadataResponseData
impl Send for UpdateMetadataResponseData
impl Sync for UpdateMetadataResponseData
impl Unpin for UpdateMetadataResponseData
impl UnsafeUnpin for UpdateMetadataResponseData
impl UnwindSafe for UpdateMetadataResponseData
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