pub enum SupportedTypes {
All,
TOML,
PackageJSON,
TauriConfig,
}Variants§
Trait Implementations§
Source§impl Clone for SupportedTypes
impl Clone for SupportedTypes
Source§fn clone(&self) -> SupportedTypes
fn clone(&self) -> SupportedTypes
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 SupportedTypes
impl Debug for SupportedTypes
Source§impl Default for SupportedTypes
impl Default for SupportedTypes
Source§fn default() -> SupportedTypes
fn default() -> SupportedTypes
Returns the “default value” for a type. Read more
Source§impl Ord for SupportedTypes
impl Ord for SupportedTypes
Source§fn cmp(&self, other: &SupportedTypes) -> Ordering
fn cmp(&self, other: &SupportedTypes) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SupportedTypes
impl PartialEq for SupportedTypes
Source§impl PartialOrd for SupportedTypes
impl PartialOrd for SupportedTypes
Source§impl ValueEnum for SupportedTypes
impl ValueEnum for SupportedTypes
impl Copy for SupportedTypes
impl Eq for SupportedTypes
impl StructuralPartialEq for SupportedTypes
Auto Trait Implementations§
impl Freeze for SupportedTypes
impl RefUnwindSafe for SupportedTypes
impl Send for SupportedTypes
impl Sync for SupportedTypes
impl Unpin for SupportedTypes
impl UnwindSafe for SupportedTypes
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