pub enum ExternalKind {
Interface,
DataClass,
}
Variants§
Trait Implementations§
Source§impl Clone for ExternalKind
impl Clone for ExternalKind
Source§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 moreSource§impl Debug for ExternalKind
impl Debug for ExternalKind
Source§impl Ord for ExternalKind
impl Ord for ExternalKind
Source§fn cmp(&self, other: &ExternalKind) -> Ordering
fn cmp(&self, other: &ExternalKind) -> 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 ExternalKind
impl PartialEq for ExternalKind
Source§impl PartialOrd for ExternalKind
impl PartialOrd for ExternalKind
impl Copy for ExternalKind
impl Eq for ExternalKind
impl StructuralPartialEq for ExternalKind
Auto Trait Implementations§
impl Freeze for ExternalKind
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