pub struct RangePropagateScratch { /* private fields */ }Expand description
Caller-owned staging for repeated range propagation dispatches.
Trait Implementations§
Source§impl Clone for RangePropagateScratch
impl Clone for RangePropagateScratch
Source§fn clone(&self) -> RangePropagateScratch
fn clone(&self) -> RangePropagateScratch
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 RangePropagateScratch
impl Debug for RangePropagateScratch
Source§impl Default for RangePropagateScratch
impl Default for RangePropagateScratch
Source§fn default() -> RangePropagateScratch
fn default() -> RangePropagateScratch
Returns the “default value” for a type. Read more
Source§impl PartialEq for RangePropagateScratch
impl PartialEq for RangePropagateScratch
impl StructuralPartialEq for RangePropagateScratch
Auto Trait Implementations§
impl Freeze for RangePropagateScratch
impl RefUnwindSafe for RangePropagateScratch
impl Send for RangePropagateScratch
impl Sync for RangePropagateScratch
impl Unpin for RangePropagateScratch
impl UnsafeUnpin for RangePropagateScratch
impl UnwindSafe for RangePropagateScratch
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