pub struct WebidlDictionaryId(/* private fields */);Trait Implementations§
Source§impl Clone for WebidlDictionaryId
impl Clone for WebidlDictionaryId
Source§fn clone(&self) -> WebidlDictionaryId
fn clone(&self) -> WebidlDictionaryId
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 WebidlDictionaryId
impl Debug for WebidlDictionaryId
Source§impl From<WebidlDictionaryId> for Id<WebidlCompoundType>
impl From<WebidlDictionaryId> for Id<WebidlCompoundType>
Source§fn from(id: WebidlDictionaryId) -> Id<WebidlCompoundType>
fn from(id: WebidlDictionaryId) -> Id<WebidlCompoundType>
Converts to this type from the input type.
Source§impl From<WebidlDictionaryId> for WebidlTypeRef
impl From<WebidlDictionaryId> for WebidlTypeRef
Source§fn from(x: WebidlDictionaryId) -> WebidlTypeRef
fn from(x: WebidlDictionaryId) -> WebidlTypeRef
Converts to this type from the input type.
Source§impl Hash for WebidlDictionaryId
impl Hash for WebidlDictionaryId
Source§impl PartialEq for WebidlDictionaryId
impl PartialEq for WebidlDictionaryId
impl Copy for WebidlDictionaryId
impl Eq for WebidlDictionaryId
impl StructuralPartialEq for WebidlDictionaryId
Auto Trait Implementations§
impl Freeze for WebidlDictionaryId
impl RefUnwindSafe for WebidlDictionaryId
impl Send for WebidlDictionaryId
impl Sync for WebidlDictionaryId
impl Unpin for WebidlDictionaryId
impl UnwindSafe for WebidlDictionaryId
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