pub struct ListenerKey(/* private fields */);Trait Implementations§
Source§impl Clone for ListenerKey
impl Clone for ListenerKey
Source§fn clone(&self) -> ListenerKey
fn clone(&self) -> ListenerKey
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 ListenerKey
Source§impl Debug for ListenerKey
impl Debug for ListenerKey
impl Eq for ListenerKey
Source§impl PartialEq for ListenerKey
impl PartialEq for ListenerKey
impl StructuralPartialEq for ListenerKey
Auto Trait Implementations§
impl Freeze for ListenerKey
impl RefUnwindSafe for ListenerKey
impl Send for ListenerKey
impl Sync for ListenerKey
impl Unpin for ListenerKey
impl UnsafeUnpin for ListenerKey
impl UnwindSafe for ListenerKey
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