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