pub struct GuideEntry {
pub factory: fn() -> Arc<dyn Guide>,
}Fields§
§factory: fn() -> Arc<dyn Guide>Trait Implementations§
impl Collect for GuideEntry
Auto Trait Implementations§
impl Freeze for GuideEntry
impl RefUnwindSafe for GuideEntry
impl Send for GuideEntry
impl Sync for GuideEntry
impl Unpin for GuideEntry
impl UnsafeUnpin for GuideEntry
impl UnwindSafe for GuideEntry
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