Struct springtime_di::scope::SingletonScopeFactory
source · pub struct SingletonScopeFactory;Trait Implementations§
source§impl Clone for SingletonScopeFactory
impl Clone for SingletonScopeFactory
source§fn clone(&self) -> SingletonScopeFactory
fn clone(&self) -> SingletonScopeFactory
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Default for SingletonScopeFactory
impl Default for SingletonScopeFactory
source§fn default() -> SingletonScopeFactory
fn default() -> SingletonScopeFactory
Returns the “default value” for a type. Read more
source§impl PartialEq<SingletonScopeFactory> for SingletonScopeFactory
impl PartialEq<SingletonScopeFactory> for SingletonScopeFactory
source§fn eq(&self, other: &SingletonScopeFactory) -> bool
fn eq(&self, other: &SingletonScopeFactory) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ScopeFactory for SingletonScopeFactory
impl ScopeFactory for SingletonScopeFactory
fn create_scope(&self) -> ScopePtr
impl Copy for SingletonScopeFactory
impl Eq for SingletonScopeFactory
impl StructuralEq for SingletonScopeFactory
impl StructuralPartialEq for SingletonScopeFactory
Auto Trait Implementations§
impl RefUnwindSafe for SingletonScopeFactory
impl Send for SingletonScopeFactory
impl Sync for SingletonScopeFactory
impl Unpin for SingletonScopeFactory
impl UnwindSafe for SingletonScopeFactory
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