Struct nektar::GetFileMetadataResult
source · pub struct GetFileMetadataResult {
pub metadata: BTreeMap<i64, Vec<u8>>,
pub is_supported: bool,
}Fields§
§metadata: BTreeMap<i64, Vec<u8>>§is_supported: boolImplementations§
Trait Implementations§
source§impl Clone for GetFileMetadataResult
impl Clone for GetFileMetadataResult
source§fn clone(&self) -> GetFileMetadataResult
fn clone(&self) -> GetFileMetadataResult
Returns a copy of the value. Read more
1.0.0 · 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 GetFileMetadataResult
impl Debug for GetFileMetadataResult
source§impl Hash for GetFileMetadataResult
impl Hash for GetFileMetadataResult
source§impl Ord for GetFileMetadataResult
impl Ord for GetFileMetadataResult
source§fn cmp(&self, other: &GetFileMetadataResult) -> Ordering
fn cmp(&self, other: &GetFileMetadataResult) -> Ordering
1.21.0 · 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 PartialEq for GetFileMetadataResult
impl PartialEq for GetFileMetadataResult
source§fn eq(&self, other: &GetFileMetadataResult) -> bool
fn eq(&self, other: &GetFileMetadataResult) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl PartialOrd for GetFileMetadataResult
impl PartialOrd for GetFileMetadataResult
source§fn partial_cmp(&self, other: &GetFileMetadataResult) -> Option<Ordering>
fn partial_cmp(&self, other: &GetFileMetadataResult) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self and other) and is used by the <=
operator. Read moresource§impl TSerializable for GetFileMetadataResult
impl TSerializable for GetFileMetadataResult
fn read_from_in_protocol( i_prot: &mut dyn TInputProtocol ) -> Result<GetFileMetadataResult>
fn write_to_out_protocol(&self, o_prot: &mut dyn TOutputProtocol) -> Result<()>
impl Eq for GetFileMetadataResult
impl StructuralEq for GetFileMetadataResult
impl StructuralPartialEq for GetFileMetadataResult
Auto Trait Implementations§
impl RefUnwindSafe for GetFileMetadataResult
impl Send for GetFileMetadataResult
impl Sync for GetFileMetadataResult
impl Unpin for GetFileMetadataResult
impl UnwindSafe for GetFileMetadataResult
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