pub enum ForcePlatformType {
Type1,
Type2,
Type3,
Type4,
}Variants§
Trait Implementations§
Source§impl Clone for ForcePlatformType
impl Clone for ForcePlatformType
Source§fn clone(&self) -> ForcePlatformType
fn clone(&self) -> ForcePlatformType
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 ForcePlatformType
impl Debug for ForcePlatformType
Source§impl Default for ForcePlatformType
impl Default for ForcePlatformType
Source§fn default() -> ForcePlatformType
fn default() -> ForcePlatformType
Returns the “default value” for a type. Read more
Source§impl PartialEq for ForcePlatformType
impl PartialEq for ForcePlatformType
impl StructuralPartialEq for ForcePlatformType
Auto Trait Implementations§
impl Freeze for ForcePlatformType
impl RefUnwindSafe for ForcePlatformType
impl Send for ForcePlatformType
impl Sync for ForcePlatformType
impl Unpin for ForcePlatformType
impl UnwindSafe for ForcePlatformType
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