pub enum RequiredPlatformSet {
AllSupported,
}Expand description
Required platform applicability for one accepted capability.
Variants§
AllSupported
Every platform supported by the ProjectAtlas release matrix.
Trait Implementations§
Source§impl Clone for RequiredPlatformSet
impl Clone for RequiredPlatformSet
Source§fn clone(&self) -> RequiredPlatformSet
fn clone(&self) -> RequiredPlatformSet
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 RequiredPlatformSet
impl Debug for RequiredPlatformSet
Source§impl PartialEq for RequiredPlatformSet
impl PartialEq for RequiredPlatformSet
Source§impl Serialize for RequiredPlatformSet
impl Serialize for RequiredPlatformSet
impl Copy for RequiredPlatformSet
impl Eq for RequiredPlatformSet
impl StructuralPartialEq for RequiredPlatformSet
Auto Trait Implementations§
impl Freeze for RequiredPlatformSet
impl RefUnwindSafe for RequiredPlatformSet
impl Send for RequiredPlatformSet
impl Sync for RequiredPlatformSet
impl Unpin for RequiredPlatformSet
impl UnwindSafe for RequiredPlatformSet
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.