pub struct InjectionRules { /* private fields */ }Expand description
Resolved injection rules for a single backend namespace.
Implementations§
Trait Implementations§
Source§impl Clone for InjectionRules
impl Clone for InjectionRules
Source§fn clone(&self) -> InjectionRules
fn clone(&self) -> InjectionRules
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 moreAuto Trait Implementations§
impl Freeze for InjectionRules
impl RefUnwindSafe for InjectionRules
impl Send for InjectionRules
impl Sync for InjectionRules
impl Unpin for InjectionRules
impl UnsafeUnpin for InjectionRules
impl UnwindSafe for InjectionRules
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