pub struct IfaceToken<T: Send + 'static>(/* private fields */);Expand description
Contains a reference to a registered interface.
Trait Implementations§
Source§impl<T: Send + 'static> Clone for IfaceToken<T>
impl<T: Send + 'static> Clone for IfaceToken<T>
Source§impl<T: Send + 'static> Debug for IfaceToken<T>
impl<T: Send + 'static> Debug for IfaceToken<T>
Source§impl<T: Send + 'static> Ord for IfaceToken<T>
impl<T: Send + 'static> Ord for IfaceToken<T>
Source§impl<T: Send + 'static> PartialEq for IfaceToken<T>
impl<T: Send + 'static> PartialEq for IfaceToken<T>
Source§impl<T: Send + 'static> PartialOrd for IfaceToken<T>
impl<T: Send + 'static> PartialOrd for IfaceToken<T>
impl<T: Send + 'static> Copy for IfaceToken<T>
impl<T: Send + 'static> Eq for IfaceToken<T>
Auto Trait Implementations§
impl<T> Freeze for IfaceToken<T>
impl<T> RefUnwindSafe for IfaceToken<T>where
T: RefUnwindSafe,
impl<T> Send for IfaceToken<T>where
T: Sync,
impl<T> Sync for IfaceToken<T>where
T: Sync,
impl<T> Unpin for IfaceToken<T>
impl<T> UnwindSafe for IfaceToken<T>where
T: RefUnwindSafe,
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