pub struct BindgenAttrs {
pub attrs: Vec<(Cell<bool>, BindgenAttr)>,
}Expand description
Parsed attributes from a #[wasm_bindgen(..)].
Fields§
§attrs: Vec<(Cell<bool>, BindgenAttr)>List of parsed attributes
Trait Implementations§
Source§impl Default for BindgenAttrs
impl Default for BindgenAttrs
Source§fn default() -> BindgenAttrs
fn default() -> BindgenAttrs
Returns the “default value” for a type. Read more
Source§impl Parse for BindgenAttrs
impl Parse for BindgenAttrs
fn parse(input: ParseStream<'_>) -> SynResult<Self>
Auto Trait Implementations§
impl Freeze for BindgenAttrs
impl !RefUnwindSafe for BindgenAttrs
impl !Send for BindgenAttrs
impl !Sync for BindgenAttrs
impl Unpin for BindgenAttrs
impl UnsafeUnpin for BindgenAttrs
impl UnwindSafe for BindgenAttrs
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