Enum uniffi_bindgen::interface::universe::ExternalKind
pub enum ExternalKind {
Interface,
Trait,
DataClass,
}
Variants§
Trait Implementations§
§impl Clone for ExternalKind
impl Clone for ExternalKind
§fn clone(&self) -> ExternalKind
fn clone(&self) -> ExternalKind
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 ExternalKind
impl Debug for ExternalKind
§impl Ord for ExternalKind
impl Ord for ExternalKind
§impl PartialEq<ExternalKind> for ExternalKind
impl PartialEq<ExternalKind> for ExternalKind
§fn eq(&self, other: &ExternalKind) -> bool
fn eq(&self, other: &ExternalKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.§impl PartialOrd<ExternalKind> for ExternalKind
impl PartialOrd<ExternalKind> for ExternalKind
§fn partial_cmp(&self, other: &ExternalKind) -> Option<Ordering>
fn partial_cmp(&self, other: &ExternalKind) -> 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 Copy for ExternalKind
impl Eq for ExternalKind
impl StructuralEq for ExternalKind
impl StructuralPartialEq for ExternalKind
Auto Trait Implementations§
impl RefUnwindSafe for ExternalKind
impl Send for ExternalKind
impl Sync for ExternalKind
impl Unpin for ExternalKind
impl UnwindSafe for ExternalKind
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