pub struct GlobalProgressListenerId(/* private fields */);Expand description
Listener ID returned by
crate::MeowClient::register_global_progress_listener.
Use this ID to unregister the listener later.
Trait Implementations§
Source§impl Clone for GlobalProgressListenerId
impl Clone for GlobalProgressListenerId
Source§fn clone(&self) -> GlobalProgressListenerId
fn clone(&self) -> GlobalProgressListenerId
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 moreSource§impl Debug for GlobalProgressListenerId
impl Debug for GlobalProgressListenerId
Source§impl Hash for GlobalProgressListenerId
impl Hash for GlobalProgressListenerId
Source§impl PartialEq for GlobalProgressListenerId
impl PartialEq for GlobalProgressListenerId
Source§fn eq(&self, other: &GlobalProgressListenerId) -> bool
fn eq(&self, other: &GlobalProgressListenerId) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for GlobalProgressListenerId
impl Eq for GlobalProgressListenerId
impl StructuralPartialEq for GlobalProgressListenerId
Auto Trait Implementations§
impl Freeze for GlobalProgressListenerId
impl RefUnwindSafe for GlobalProgressListenerId
impl Send for GlobalProgressListenerId
impl Sync for GlobalProgressListenerId
impl Unpin for GlobalProgressListenerId
impl UnsafeUnpin for GlobalProgressListenerId
impl UnwindSafe for GlobalProgressListenerId
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