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