pub struct MapListenerId(pub Uuid);Expand description
ID for an event listener.
Tuple Fields§
§0: UuidTrait Implementations§
Source§impl Clone for MapListenerId
impl Clone for MapListenerId
Source§fn clone(&self) -> MapListenerId
fn clone(&self) -> MapListenerId
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 MapListenerId
impl Debug for MapListenerId
Source§impl Hash for MapListenerId
impl Hash for MapListenerId
Source§impl PartialEq for MapListenerId
impl PartialEq for MapListenerId
impl Copy for MapListenerId
impl Eq for MapListenerId
impl StructuralPartialEq for MapListenerId
Auto Trait Implementations§
impl Freeze for MapListenerId
impl RefUnwindSafe for MapListenerId
impl Send for MapListenerId
impl Sync for MapListenerId
impl Unpin for MapListenerId
impl UnwindSafe for MapListenerId
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