pub struct Registration {
pub constructor: &'static dyn Call,
}Fields§
§constructor: &'static dyn CallTrait Implementations§
impl Collect for Registration
Auto Trait Implementations§
impl Freeze for Registration
impl !RefUnwindSafe for Registration
impl Send for Registration
impl Sync for Registration
impl Unpin for Registration
impl !UnwindSafe for Registration
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