pub struct WebidlDictionaryField {
pub name: String,
pub ty: WebidlTypeRef,
}Fields§
§name: String§ty: WebidlTypeRefTrait Implementations§
Source§impl Clone for WebidlDictionaryField
impl Clone for WebidlDictionaryField
Source§fn clone(&self) -> WebidlDictionaryField
fn clone(&self) -> WebidlDictionaryField
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 WebidlDictionaryField
impl Debug for WebidlDictionaryField
Source§impl PartialEq for WebidlDictionaryField
impl PartialEq for WebidlDictionaryField
impl Eq for WebidlDictionaryField
impl StructuralPartialEq for WebidlDictionaryField
Auto Trait Implementations§
impl Freeze for WebidlDictionaryField
impl RefUnwindSafe for WebidlDictionaryField
impl Send for WebidlDictionaryField
impl Sync for WebidlDictionaryField
impl Unpin for WebidlDictionaryField
impl UnwindSafe for WebidlDictionaryField
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