pub struct InterfaceImpl(/* private fields */);Trait Implementations§
Source§impl Clone for InterfaceImpl
impl Clone for InterfaceImpl
Source§fn clone(&self) -> InterfaceImpl
fn clone(&self) -> InterfaceImpl
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 moreimpl Copy for InterfaceImpl
Source§impl Debug for InterfaceImpl
impl Debug for InterfaceImpl
Source§impl Default for InterfaceImpl
impl Default for InterfaceImpl
Source§fn default() -> InterfaceImpl
fn default() -> InterfaceImpl
Returns the “default value” for a type. Read more
impl Eq for InterfaceImpl
Source§impl Hash for InterfaceImpl
impl Hash for InterfaceImpl
Source§impl Ord for InterfaceImpl
impl Ord for InterfaceImpl
Source§fn cmp(&self, other: &InterfaceImpl) -> Ordering
fn cmp(&self, other: &InterfaceImpl) -> 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
Source§impl PartialEq for InterfaceImpl
impl PartialEq for InterfaceImpl
Source§fn eq(&self, other: &InterfaceImpl) -> bool
fn eq(&self, other: &InterfaceImpl) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for InterfaceImpl
impl PartialOrd for InterfaceImpl
impl StructuralPartialEq for InterfaceImpl
Auto Trait Implementations§
impl Freeze for InterfaceImpl
impl RefUnwindSafe for InterfaceImpl
impl Send for InterfaceImpl
impl Sync for InterfaceImpl
impl Unpin for InterfaceImpl
impl UnsafeUnpin for InterfaceImpl
impl UnwindSafe for InterfaceImpl
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