pub struct DomainHandle { /* private fields */ }Expand description
Unique handle for a registered domain.
Trait Implementations§
Source§impl Clone for DomainHandle
impl Clone for DomainHandle
Source§fn clone(&self) -> DomainHandle
fn clone(&self) -> DomainHandle
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 DomainHandle
Source§impl Debug for DomainHandle
impl Debug for DomainHandle
impl Send for DomainHandle
impl Sync for DomainHandle
Auto Trait Implementations§
impl Freeze for DomainHandle
impl RefUnwindSafe for DomainHandle
impl Unpin for DomainHandle
impl UnsafeUnpin for DomainHandle
impl UnwindSafe for DomainHandle
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