pub enum BootstrapProfile {
Core,
Recommended,
Full,
}Variants§
Trait Implementations§
Source§impl Clone for BootstrapProfile
impl Clone for BootstrapProfile
impl Copy for BootstrapProfile
Source§impl Debug for BootstrapProfile
impl Debug for BootstrapProfile
impl Eq for BootstrapProfile
Source§impl PartialEq for BootstrapProfile
impl PartialEq for BootstrapProfile
Source§impl Serialize for BootstrapProfile
impl Serialize for BootstrapProfile
impl StructuralPartialEq for BootstrapProfile
Source§impl ValueEnum for BootstrapProfile
impl ValueEnum for BootstrapProfile
Auto Trait Implementations§
impl Freeze for BootstrapProfile
impl RefUnwindSafe for BootstrapProfile
impl Send for BootstrapProfile
impl Sync for BootstrapProfile
impl Unpin for BootstrapProfile
impl UnsafeUnpin for BootstrapProfile
impl UnwindSafe for BootstrapProfile
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.