pub struct ImportStar {}
Trait Implementations§
Source§impl Clone for ImportStar
impl Clone for ImportStar
Source§fn clone(&self) -> ImportStar
fn clone(&self) -> ImportStar
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<'a> Codegen<'a> for ImportStar
impl<'a> Codegen<'a> for ImportStar
fn codegen(&self, state: &mut CodegenState<'a>)
Source§impl Debug for ImportStar
impl Debug for ImportStar
Source§impl PartialEq for ImportStar
impl PartialEq for ImportStar
impl Eq for ImportStar
impl StructuralPartialEq for ImportStar
Auto Trait Implementations§
impl Freeze for ImportStar
impl RefUnwindSafe for ImportStar
impl Send for ImportStar
impl Sync for ImportStar
impl Unpin for ImportStar
impl UnwindSafe for ImportStar
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