pub struct NativeIdentity {
pub package: String,
pub export: String,
pub crate_name: String,
pub abi: String,
}Fields§
§package: String§export: String§crate_name: String§abi: StringImplementations§
Trait Implementations§
Source§impl Clone for NativeIdentity
impl Clone for NativeIdentity
Source§fn clone(&self) -> NativeIdentity
fn clone(&self) -> NativeIdentity
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 NativeIdentity
impl Debug for NativeIdentity
impl Eq for NativeIdentity
Source§impl Ord for NativeIdentity
impl Ord for NativeIdentity
Source§fn cmp(&self, other: &NativeIdentity) -> Ordering
fn cmp(&self, other: &NativeIdentity) -> 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
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for NativeIdentity
impl PartialEq for NativeIdentity
Source§impl PartialOrd for NativeIdentity
impl PartialOrd for NativeIdentity
impl StructuralPartialEq for NativeIdentity
Auto Trait Implementations§
impl Freeze for NativeIdentity
impl RefUnwindSafe for NativeIdentity
impl Send for NativeIdentity
impl Sync for NativeIdentity
impl Unpin for NativeIdentity
impl UnsafeUnpin for NativeIdentity
impl UnwindSafe for NativeIdentity
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