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