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