pub struct IncomingBindingExpressionEnumToI32 {
pub ty: WebidlTypeRef,
pub expr: Box<IncomingBindingExpression>,
}Fields§
§ty: WebidlTypeRef§expr: Box<IncomingBindingExpression>Trait Implementations§
Source§impl Clone for IncomingBindingExpressionEnumToI32
impl Clone for IncomingBindingExpressionEnumToI32
Source§fn clone(&self) -> IncomingBindingExpressionEnumToI32
fn clone(&self) -> IncomingBindingExpressionEnumToI32
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 From<IncomingBindingExpressionEnumToI32> for IncomingBindingExpression
impl From<IncomingBindingExpressionEnumToI32> for IncomingBindingExpression
Source§fn from(a: IncomingBindingExpressionEnumToI32) -> Self
fn from(a: IncomingBindingExpressionEnumToI32) -> Self
Converts to this type from the input type.
Source§impl PartialEq for IncomingBindingExpressionEnumToI32
impl PartialEq for IncomingBindingExpressionEnumToI32
Source§fn eq(&self, other: &IncomingBindingExpressionEnumToI32) -> bool
fn eq(&self, other: &IncomingBindingExpressionEnumToI32) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for IncomingBindingExpressionEnumToI32
impl StructuralPartialEq for IncomingBindingExpressionEnumToI32
Auto Trait Implementations§
impl Freeze for IncomingBindingExpressionEnumToI32
impl RefUnwindSafe for IncomingBindingExpressionEnumToI32
impl Send for IncomingBindingExpressionEnumToI32
impl Sync for IncomingBindingExpressionEnumToI32
impl Unpin for IncomingBindingExpressionEnumToI32
impl UnwindSafe for IncomingBindingExpressionEnumToI32
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