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