pub enum WithPrelude {
All,
None,
AllAllowUnusedImports,
}
Variants§
Trait Implementations§
Source§impl Clone for WithPrelude
impl Clone for WithPrelude
Source§fn clone(&self) -> WithPrelude
fn clone(&self) -> WithPrelude
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 WithPrelude
impl Debug for WithPrelude
Source§impl Default for WithPrelude
impl Default for WithPrelude
Source§fn default() -> WithPrelude
fn default() -> WithPrelude
Returns the “default value” for a type. Read more
Source§impl FromStr for WithPrelude
impl FromStr for WithPrelude
Source§impl PartialEq for WithPrelude
impl PartialEq for WithPrelude
impl Copy for WithPrelude
impl Eq for WithPrelude
impl StructuralPartialEq for WithPrelude
Auto Trait Implementations§
impl Freeze for WithPrelude
impl RefUnwindSafe for WithPrelude
impl Send for WithPrelude
impl Sync for WithPrelude
impl Unpin for WithPrelude
impl UnwindSafe for WithPrelude
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