pub struct Eof(/* private fields */);
Implementations§
Source§impl Eof
impl Eof
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 Eof
impl Ord for Eof
Source§impl PartialOrd for Eof
impl PartialOrd for Eof
Source§impl ToCursors for Eof
impl ToCursors for Eof
fn to_cursors(&self, s: &mut impl CursorSink)
impl Copy for Eof
impl Eq for Eof
impl StructuralPartialEq for Eof
Auto Trait Implementations§
impl Freeze for Eof
impl RefUnwindSafe for Eof
impl Send for Eof
impl Sync for Eof
impl Unpin for Eof
impl UnwindSafe for Eof
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