pub struct MultiAbi {
pub abi: Option<Vec<Abi>>,
}Expand description
Represents a list of ABIs.
This type is not used in any activity, and only used as part of another schema.
Fields§
§abi: Option<Vec<Abi>>A list of targeted ABIs, as represented by the Android Platform
Trait Implementations§
Source§impl<'de> Deserialize<'de> for MultiAbi
impl<'de> Deserialize<'de> for MultiAbi
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 Part for MultiAbi
Auto Trait Implementations§
impl Freeze for MultiAbi
impl RefUnwindSafe for MultiAbi
impl Send for MultiAbi
impl Sync for MultiAbi
impl Unpin for MultiAbi
impl UnwindSafe for MultiAbi
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