pub struct Registration<R: Registry + ?Sized, T: Registered<R> + ?Sized> { /* private fields */ }Expand description
Existence of this type indicates that registration has occurred.
Auto Trait Implementations§
impl<R, T> Freeze for Registration<R, T>
impl<R, T> RefUnwindSafe for Registration<R, T>
impl<R, T> Send for Registration<R, T>
impl<R, T> Sync for Registration<R, T>
impl<R, T> Unpin for Registration<R, T>
impl<R, T> UnwindSafe for Registration<R, T>
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