pub struct BoundedDef { /* private fields */ }Expand description
Definition for a bounded token, these are tokens that can cover multiple lines. Things like multiline comments and strings are examples of this. They work well for buffering files where you are unaware of where the end indicator may be as it occurs further down in the file.
Trait Implementations§
Source§impl Clone for BoundedDef
impl Clone for BoundedDef
Source§fn clone(&self) -> BoundedDef
fn clone(&self) -> BoundedDef
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 moreAuto Trait Implementations§
impl Freeze for BoundedDef
impl RefUnwindSafe for BoundedDef
impl Send for BoundedDef
impl Sync for BoundedDef
impl Unpin for BoundedDef
impl UnwindSafe for BoundedDef
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