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 ==.