pub struct PromiseExpression {
pub export_id: ExportId,
}
Fields§
§export_id: ExportId
Trait Implementations§
Source§impl Clone for PromiseExpression
impl Clone for PromiseExpression
Source§fn clone(&self) -> PromiseExpression
fn clone(&self) -> PromiseExpression
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 PromiseExpression
impl Debug for PromiseExpression
Source§impl PartialEq for PromiseExpression
impl PartialEq for PromiseExpression
impl StructuralPartialEq for PromiseExpression
Auto Trait Implementations§
impl Freeze for PromiseExpression
impl RefUnwindSafe for PromiseExpression
impl Send for PromiseExpression
impl Sync for PromiseExpression
impl Unpin for PromiseExpression
impl UnwindSafe for PromiseExpression
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