Struct ezno_parser::tsx_keywords::Debugger
source · pub struct Debugger;
Trait Implementations§
source§impl From<Debugger> for TSXKeyword
impl From<Debugger> for TSXKeyword
source§impl PartialEq<Debugger> for Debugger
impl PartialEq<Debugger> for Debugger
source§impl TryFrom<TSXKeyword> for Debugger
impl TryFrom<TSXKeyword> for Debugger
§type Error = TSXKeyword
type Error = TSXKeyword
The type returned in the event of a conversion error.
impl Copy for Debugger
impl Eq for Debugger
impl StructuralEq for Debugger
impl StructuralPartialEq for Debugger
Auto Trait Implementations§
impl RefUnwindSafe for Debugger
impl Send for Debugger
impl Sync for Debugger
impl Unpin for Debugger
impl UnwindSafe for Debugger
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