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