Struct libcst_native::ImportStar
source · 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 copy 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<ImportStar> for ImportStar
impl PartialEq<ImportStar> for ImportStar
source§fn eq(&self, other: &ImportStar) -> bool
fn eq(&self, other: &ImportStar) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ImportStar
impl StructuralEq for ImportStar
impl StructuralPartialEq for ImportStar
Auto Trait Implementations§
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