pub enum ImportListForm {
Default,
Empty,
Explicit,
}Expand description
How a use statement spells its import list.
Variants§
Trait Implementations§
Source§impl Clone for ImportListForm
impl Clone for ImportListForm
Source§fn clone(&self) -> ImportListForm
fn clone(&self) -> ImportListForm
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for ImportListForm
Source§impl Debug for ImportListForm
impl Debug for ImportListForm
impl Eq for ImportListForm
Source§impl PartialEq for ImportListForm
impl PartialEq for ImportListForm
Source§fn eq(&self, other: &ImportListForm) -> bool
fn eq(&self, other: &ImportListForm) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ImportListForm
Auto Trait Implementations§
impl Freeze for ImportListForm
impl RefUnwindSafe for ImportListForm
impl Send for ImportListForm
impl Sync for ImportListForm
impl Unpin for ImportListForm
impl UnsafeUnpin for ImportListForm
impl UnwindSafe for ImportListForm
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