pub struct BadUrl(/* private fields */);
Expand description
Represents a token with Kind::BadUrl. Use T![BadUrl] to refer to this.[
Implementations§
Source§impl BadUrl
impl BadUrl
pub const fn dummy() -> Self
pub fn associated_whitespace(&self) -> AssociatedWhitespaceRules
pub fn with_associated_whitespace( &self, rules: AssociatedWhitespaceRules, ) -> Self
Trait Implementations§
Source§impl Ord for BadUrl
impl Ord for BadUrl
Source§impl PartialOrd for BadUrl
impl PartialOrd for BadUrl
Source§impl ToCursors for BadUrl
impl ToCursors for BadUrl
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for BadUrl
impl Eq for BadUrl
impl StructuralPartialEq for BadUrl
Auto Trait Implementations§
impl Freeze for BadUrl
impl RefUnwindSafe for BadUrl
impl Send for BadUrl
impl Sync for BadUrl
impl Unpin for BadUrl
impl UnwindSafe for BadUrl
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