[][src]Struct wasm_webidl_bindings::ast::FunctionBindings

pub struct FunctionBindings { /* fields omitted */ }

Methods

impl FunctionBindings[src]

pub fn by_name(&self, name: &str) -> Option<Id<FunctionBinding>>[src]

pub fn by_index(&self, index: u32) -> Option<Id<FunctionBinding>>[src]

pub fn get<T>(&self, id: T::Id) -> Option<&T> where
    T: FunctionBindingId
[src]

pub fn get_mut<T>(&mut self, id: T::Id) -> Option<&mut T> where
    T: FunctionBindingId
[src]

pub fn insert<T>(&mut self, binding: T) -> T::Id where
    T: FunctionBindingId
[src]

Trait Implementations

impl Clone for FunctionBindings[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for FunctionBindings[src]

impl Debug for FunctionBindings[src]

Auto Trait Implementations

Blanket Implementations

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]