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