pub enum BundleIdPlatform {
Ios,
MacOs,
}Variants§
Trait Implementations§
source§impl Clone for BundleIdPlatform
impl Clone for BundleIdPlatform
source§fn clone(&self) -> BundleIdPlatform
fn clone(&self) -> BundleIdPlatform
Returns a copy 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 BundleIdPlatform
impl Debug for BundleIdPlatform
source§impl Display for BundleIdPlatform
impl Display for BundleIdPlatform
source§impl PartialEq for BundleIdPlatform
impl PartialEq for BundleIdPlatform
source§fn eq(&self, other: &BundleIdPlatform) -> bool
fn eq(&self, other: &BundleIdPlatform) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl ValueEnum for BundleIdPlatform
impl ValueEnum for BundleIdPlatform
impl Copy for BundleIdPlatform
impl Eq for BundleIdPlatform
impl StructuralEq for BundleIdPlatform
impl StructuralPartialEq for BundleIdPlatform
Auto Trait Implementations§
impl RefUnwindSafe for BundleIdPlatform
impl Send for BundleIdPlatform
impl Sync for BundleIdPlatform
impl Unpin for BundleIdPlatform
impl UnwindSafe for BundleIdPlatform
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<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.