pub enum Marker {
DenoBindgen,
NonBlocking,
}Expand description
markers here denote live attributes that get converted to inert attributes
(as doc attributes) the live version is used by the proc macro library,
while the inert versions (the doc attributes ones) are used by the cli to
control code generation. it does this by using the parser implementation
here to read the marker info
Variants§
Trait Implementations§
impl StructuralPartialEq for Marker
Auto Trait Implementations§
impl Freeze for Marker
impl RefUnwindSafe for Marker
impl Send for Marker
impl Sync for Marker
impl Unpin for Marker
impl UnwindSafe for Marker
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