pub enum SupplyConfig {
Smps,
External,
}Variants§
Trait Implementations§
Source§impl Clone for SupplyConfig
impl Clone for SupplyConfig
Source§fn clone(&self) -> SupplyConfig
fn clone(&self) -> SupplyConfig
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 PartialEq for SupplyConfig
impl PartialEq for SupplyConfig
impl Copy for SupplyConfig
impl StructuralPartialEq for SupplyConfig
Auto Trait Implementations§
impl Freeze for SupplyConfig
impl RefUnwindSafe for SupplyConfig
impl Send for SupplyConfig
impl Sync for SupplyConfig
impl Unpin for SupplyConfig
impl UnwindSafe for SupplyConfig
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