pub struct CompositeStopPolicyRegistry { /* private fields */ }Implementations§
Source§impl CompositeStopPolicyRegistry
impl CompositeStopPolicyRegistry
pub fn try_new( regs: impl IntoIterator<Item = Arc<dyn StopPolicyRegistry>>, ) -> Result<Self, StopPolicyRegistryError>
Trait Implementations§
Source§impl Clone for CompositeStopPolicyRegistry
impl Clone for CompositeStopPolicyRegistry
Source§fn clone(&self) -> CompositeStopPolicyRegistry
fn clone(&self) -> CompositeStopPolicyRegistry
Returns a duplicate 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 Debug for CompositeStopPolicyRegistry
impl Debug for CompositeStopPolicyRegistry
Source§impl Default for CompositeStopPolicyRegistry
impl Default for CompositeStopPolicyRegistry
Source§fn default() -> CompositeStopPolicyRegistry
fn default() -> CompositeStopPolicyRegistry
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CompositeStopPolicyRegistry
impl !RefUnwindSafe for CompositeStopPolicyRegistry
impl Send for CompositeStopPolicyRegistry
impl Sync for CompositeStopPolicyRegistry
impl Unpin for CompositeStopPolicyRegistry
impl !UnwindSafe for CompositeStopPolicyRegistry
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