pub struct HomebrewPlatformsConfig {
pub darwin_arm: bool,
pub darwin_intel: bool,
pub linux_arm: bool,
pub linux_intel: bool,
}Fields§
§darwin_arm: bool§darwin_intel: bool§linux_arm: bool§linux_intel: boolImplementations§
Source§impl HomebrewPlatformsConfig
impl HomebrewPlatformsConfig
pub fn any_enabled(&self) -> bool
Trait Implementations§
Source§impl Clone for HomebrewPlatformsConfig
impl Clone for HomebrewPlatformsConfig
Source§fn clone(&self) -> HomebrewPlatformsConfig
fn clone(&self) -> HomebrewPlatformsConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 HomebrewPlatformsConfig
impl Debug for HomebrewPlatformsConfig
Source§impl Default for HomebrewPlatformsConfig
impl Default for HomebrewPlatformsConfig
Source§impl<'de> Deserialize<'de> for HomebrewPlatformsConfig
impl<'de> Deserialize<'de> for HomebrewPlatformsConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for HomebrewPlatformsConfig
Source§impl PartialEq for HomebrewPlatformsConfig
impl PartialEq for HomebrewPlatformsConfig
impl StructuralPartialEq for HomebrewPlatformsConfig
Auto Trait Implementations§
impl Freeze for HomebrewPlatformsConfig
impl RefUnwindSafe for HomebrewPlatformsConfig
impl Send for HomebrewPlatformsConfig
impl Sync for HomebrewPlatformsConfig
impl Unpin for HomebrewPlatformsConfig
impl UnsafeUnpin for HomebrewPlatformsConfig
impl UnwindSafe for HomebrewPlatformsConfig
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<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.