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