pub enum BackendPreset {
B2c,
B2b,
}Variants§
Trait Implementations§
Source§impl Clone for BackendPreset
impl Clone for BackendPreset
Source§fn clone(&self) -> BackendPreset
fn clone(&self) -> BackendPreset
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 BackendPreset
impl Debug for BackendPreset
Source§impl Display for BackendPreset
impl Display for BackendPreset
Source§impl PartialEq for BackendPreset
impl PartialEq for BackendPreset
Source§impl Serialize for BackendPreset
impl Serialize for BackendPreset
Source§impl ValueEnum for BackendPreset
impl ValueEnum for BackendPreset
impl StructuralPartialEq for BackendPreset
Auto Trait Implementations§
impl Freeze for BackendPreset
impl RefUnwindSafe for BackendPreset
impl Send for BackendPreset
impl Sync for BackendPreset
impl Unpin for BackendPreset
impl UnwindSafe for BackendPreset
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