pub struct FieldRange { /* private fields */ }
Expand description
Field boundary information
Implementations§
Trait Implementations§
Source§impl Clone for FieldRange
impl Clone for FieldRange
Source§fn clone(&self) -> FieldRange
fn clone(&self) -> FieldRange
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 FieldRange
impl RefUnwindSafe for FieldRange
impl Send for FieldRange
impl Sync for FieldRange
impl Unpin for FieldRange
impl UnwindSafe for FieldRange
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