pub struct DelegateRegistry { /* private fields */ }Expand description
Registry of in-process delegate executors provided by the host.
Implementations§
Trait Implementations§
Source§impl Clone for DelegateRegistry
impl Clone for DelegateRegistry
Source§fn clone(&self) -> DelegateRegistry
fn clone(&self) -> DelegateRegistry
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 Default for DelegateRegistry
impl Default for DelegateRegistry
Source§fn default() -> DelegateRegistry
fn default() -> DelegateRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DelegateRegistry
impl !RefUnwindSafe for DelegateRegistry
impl Send for DelegateRegistry
impl Sync for DelegateRegistry
impl Unpin for DelegateRegistry
impl UnsafeUnpin for DelegateRegistry
impl !UnwindSafe for DelegateRegistry
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