pub struct IfaceHandle(/* private fields */);Expand description
A handle to an interface added to a Stack.
Trait Implementations§
Source§impl Clone for IfaceHandle
impl Clone for IfaceHandle
Source§fn clone(&self) -> IfaceHandle
fn clone(&self) -> IfaceHandle
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 IfaceHandle
Source§impl Debug for IfaceHandle
impl Debug for IfaceHandle
impl Eq for IfaceHandle
Source§impl Hash for IfaceHandle
impl Hash for IfaceHandle
Source§impl Ord for IfaceHandle
impl Ord for IfaceHandle
Source§fn cmp(&self, other: &IfaceHandle) -> Ordering
fn cmp(&self, other: &IfaceHandle) -> 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 IfaceHandle
impl PartialEq for IfaceHandle
Source§impl PartialOrd for IfaceHandle
impl PartialOrd for IfaceHandle
impl StructuralPartialEq for IfaceHandle
Auto Trait Implementations§
impl Freeze for IfaceHandle
impl RefUnwindSafe for IfaceHandle
impl Send for IfaceHandle
impl Sync for IfaceHandle
impl Unpin for IfaceHandle
impl UnsafeUnpin for IfaceHandle
impl UnwindSafe for IfaceHandle
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