pub struct AnyAdviceRegistration {
pub build_boxed: fn() -> Box<dyn Advice>,
}Fields§
§build_boxed: fn() -> Box<dyn Advice>Trait Implementations§
impl Collect for AnyAdviceRegistration
Auto Trait Implementations§
impl Freeze for AnyAdviceRegistration
impl RefUnwindSafe for AnyAdviceRegistration
impl Send for AnyAdviceRegistration
impl Sync for AnyAdviceRegistration
impl Unpin for AnyAdviceRegistration
impl UnwindSafe for AnyAdviceRegistration
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