Struct flexi_parse::token::ColonColon
source · pub struct ColonColon {
pub span: Span,
}Expand description
::
Fields§
§span: SpanThe span covered by this token.
Trait Implementations§
source§impl Clone for ColonColon
impl Clone for ColonColon
source§fn clone(&self) -> ColonColon
fn clone(&self) -> ColonColon
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 ColonColon
impl Debug for ColonColon
source§impl Display for ColonColon
impl Display for ColonColon
source§impl Parse for ColonColon
impl Parse for ColonColon
source§fn parse(input: ParseStream<'_>) -> Result<Self>
fn parse(input: ParseStream<'_>) -> Result<Self>
Parses the input into this type.
source§impl PartialEq<ColonColon> for ColonColon
impl PartialEq<ColonColon> for ColonColon
source§impl Token for ColonColon
impl Token for ColonColon
impl Punct for ColonColon
Auto Trait Implementations§
impl RefUnwindSafe for ColonColon
impl !Send for ColonColon
impl !Sync for ColonColon
impl Unpin for ColonColon
impl UnwindSafe for ColonColon
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