pub struct Bits {
pub _open: SymbolToken,
pub spec: Option<BitsSpec>,
pub _close: SymbolToken,
}Expand description
<< Option<BitsSpec> >>
Fields§
§_open: SymbolToken§spec: Option<BitsSpec>§_close: SymbolTokenTrait Implementations§
Source§impl PositionRange for Bits
impl PositionRange for Bits
Source§fn start_position(&self) -> Position
fn start_position(&self) -> Position
Returns the (inclusive) start position of this.
Source§fn end_position(&self) -> Position
fn end_position(&self) -> Position
Returns the (exclusive) end position of this.
Auto Trait Implementations§
impl Freeze for Bits
impl RefUnwindSafe for Bits
impl Send for Bits
impl Sync for Bits
impl Unpin for Bits
impl UnwindSafe for Bits
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