Struct uniffi_bindgen::interface::universe::NamespaceMetadata
pub struct NamespaceMetadata {
pub crate_name: String,
pub name: String,
}
Fields§
§crate_name: String
§name: String
Trait Implementations§
§impl Clone for NamespaceMetadata
impl Clone for NamespaceMetadata
§fn clone(&self) -> NamespaceMetadata
fn clone(&self) -> NamespaceMetadata
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 more§impl Debug for NamespaceMetadata
impl Debug for NamespaceMetadata
§impl Default for NamespaceMetadata
impl Default for NamespaceMetadata
§fn default() -> NamespaceMetadata
fn default() -> NamespaceMetadata
Returns the “default value” for a type. Read more
§impl Ord for NamespaceMetadata
impl Ord for NamespaceMetadata
§fn cmp(&self, other: &NamespaceMetadata) -> Ordering
fn cmp(&self, other: &NamespaceMetadata) -> 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
§impl PartialEq<NamespaceMetadata> for NamespaceMetadata
impl PartialEq<NamespaceMetadata> for NamespaceMetadata
§fn eq(&self, other: &NamespaceMetadata) -> bool
fn eq(&self, other: &NamespaceMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd<NamespaceMetadata> for NamespaceMetadata
impl PartialOrd<NamespaceMetadata> for NamespaceMetadata
§fn partial_cmp(&self, other: &NamespaceMetadata) -> Option<Ordering>
fn partial_cmp(&self, other: &NamespaceMetadata) -> 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 moreimpl Eq for NamespaceMetadata
impl StructuralEq for NamespaceMetadata
impl StructuralPartialEq for NamespaceMetadata
Auto Trait Implementations§
impl RefUnwindSafe for NamespaceMetadata
impl Send for NamespaceMetadata
impl Sync for NamespaceMetadata
impl Unpin for NamespaceMetadata
impl UnwindSafe for NamespaceMetadata
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