pub struct MultiAbiTargeting {
pub alternatives: Option<Vec<MultiAbi>>,
pub value: Option<Vec<MultiAbi>>,
}Expand description
Targeting based on multiple abis.
This type is not used in any activity, and only used as part of another schema.
Fields§
§alternatives: Option<Vec<MultiAbi>>Targeting of other sibling directories that were in the Bundle. For main splits this is targeting of other main splits.
value: Option<Vec<MultiAbi>>Value of a multi abi.
Trait Implementations§
Source§impl Clone for MultiAbiTargeting
impl Clone for MultiAbiTargeting
Source§fn clone(&self) -> MultiAbiTargeting
fn clone(&self) -> MultiAbiTargeting
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 MultiAbiTargeting
impl Debug for MultiAbiTargeting
Source§impl Default for MultiAbiTargeting
impl Default for MultiAbiTargeting
Source§fn default() -> MultiAbiTargeting
fn default() -> MultiAbiTargeting
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for MultiAbiTargeting
impl<'de> Deserialize<'de> for MultiAbiTargeting
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
Source§impl Serialize for MultiAbiTargeting
impl Serialize for MultiAbiTargeting
impl Part for MultiAbiTargeting
Auto Trait Implementations§
impl Freeze for MultiAbiTargeting
impl RefUnwindSafe for MultiAbiTargeting
impl Send for MultiAbiTargeting
impl Sync for MultiAbiTargeting
impl Unpin for MultiAbiTargeting
impl UnwindSafe for MultiAbiTargeting
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