pub struct EffectRange {
pub kind: EffectKind,
pub range: Range<usize>,
}Fields§
§kind: EffectKind§range: Range<usize>Implementations§
Source§impl EffectRange
impl EffectRange
Trait Implementations§
Source§impl Clone for EffectRange
impl Clone for EffectRange
Source§fn clone(&self) -> EffectRange
fn clone(&self) -> EffectRange
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 EffectRange
impl RefUnwindSafe for EffectRange
impl Send for EffectRange
impl Sync for EffectRange
impl Unpin for EffectRange
impl UnwindSafe for EffectRange
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