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 · 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 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
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 · 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§impl PartialOrd for InterfaceImpl
impl PartialOrd for InterfaceImpl
impl Copy for InterfaceImpl
impl Eq 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 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