pub struct ServiceEntry {
pub cache_key: usize,
pub key: Option<String>,
pub type_name: &'static str,
pub factory: ServiceFactory,
pub lifetime: ServiceLifetime,
}Fields§
§cache_key: usize§key: Option<String>§type_name: &'static str§factory: ServiceFactory§lifetime: ServiceLifetimeAuto Trait Implementations§
impl !RefUnwindSafe for ServiceEntry
impl !UnwindSafe for ServiceEntry
impl Freeze for ServiceEntry
impl Send for ServiceEntry
impl Sync for ServiceEntry
impl Unpin for ServiceEntry
impl UnsafeUnpin for ServiceEntry
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