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