pub struct LocatorHandlerHandle { /* private fields */ }Expand description
A handle to a registered locator handler.
Use this to remove the handler later.
Implementations§
Trait Implementations§
Source§impl Clone for LocatorHandlerHandle
impl Clone for LocatorHandlerHandle
Source§fn clone(&self) -> LocatorHandlerHandle
fn clone(&self) -> LocatorHandlerHandle
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 LocatorHandlerHandle
impl Debug for LocatorHandlerHandle
impl Copy for LocatorHandlerHandle
Auto Trait Implementations§
impl Freeze for LocatorHandlerHandle
impl RefUnwindSafe for LocatorHandlerHandle
impl Send for LocatorHandlerHandle
impl Sync for LocatorHandlerHandle
impl Unpin for LocatorHandlerHandle
impl UnwindSafe for LocatorHandlerHandle
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