pub struct EffectChain { /* private fields */ }Implementations§
Source§impl EffectChain
impl EffectChain
Trait Implementations§
Source§impl Clone for EffectChain
impl Clone for EffectChain
Source§fn clone(&self) -> EffectChain
fn clone(&self) -> EffectChain
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 EffectChain
impl Debug for EffectChain
Source§impl Default for EffectChain
impl Default for EffectChain
Source§impl PartialEq for EffectChain
impl PartialEq for EffectChain
impl Copy for EffectChain
impl StructuralPartialEq for EffectChain
Auto Trait Implementations§
impl Freeze for EffectChain
impl RefUnwindSafe for EffectChain
impl Send for EffectChain
impl Sync for EffectChain
impl Unpin for EffectChain
impl UnsafeUnpin for EffectChain
impl UnwindSafe for EffectChain
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