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