pub struct WebidlDictionary {
pub fields: Vec<WebidlDictionaryField>,
}Fields§
§fields: Vec<WebidlDictionaryField>Trait Implementations§
Source§impl Clone for WebidlDictionary
impl Clone for WebidlDictionary
Source§fn clone(&self) -> WebidlDictionary
fn clone(&self) -> WebidlDictionary
Returns a duplicate 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 moreSource§impl Debug for WebidlDictionary
impl Debug for WebidlDictionary
Source§impl From<WebidlDictionary> for WebidlCompoundType
impl From<WebidlDictionary> for WebidlCompoundType
Source§fn from(a: WebidlDictionary) -> Self
fn from(a: WebidlDictionary) -> Self
Converts to this type from the input type.
Source§impl PartialEq for WebidlDictionary
impl PartialEq for WebidlDictionary
Source§impl WebidlTypeId for WebidlDictionary
impl WebidlTypeId for WebidlDictionary
type Id = WebidlDictionaryId
impl Eq for WebidlDictionary
impl StructuralPartialEq for WebidlDictionary
Auto Trait Implementations§
impl Freeze for WebidlDictionary
impl RefUnwindSafe for WebidlDictionary
impl Send for WebidlDictionary
impl Sync for WebidlDictionary
impl Unpin for WebidlDictionary
impl UnwindSafe for WebidlDictionary
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