pub struct V2AndroidKeyRestrictions {
pub allowed_applications: Option<Vec<V2AndroidApplication>>,
}Expand description
The Android apps that are allowed to use the key.
This type is not used in any activity, and only used as part of another schema.
Fields§
§allowed_applications: Option<Vec<V2AndroidApplication>>A list of Android applications that are allowed to make API calls with this key.
Trait Implementations§
Source§impl Clone for V2AndroidKeyRestrictions
impl Clone for V2AndroidKeyRestrictions
Source§fn clone(&self) -> V2AndroidKeyRestrictions
fn clone(&self) -> V2AndroidKeyRestrictions
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 V2AndroidKeyRestrictions
impl Debug for V2AndroidKeyRestrictions
Source§impl Default for V2AndroidKeyRestrictions
impl Default for V2AndroidKeyRestrictions
Source§fn default() -> V2AndroidKeyRestrictions
fn default() -> V2AndroidKeyRestrictions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V2AndroidKeyRestrictions
impl<'de> Deserialize<'de> for V2AndroidKeyRestrictions
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 V2AndroidKeyRestrictions
impl Serialize for V2AndroidKeyRestrictions
impl Part for V2AndroidKeyRestrictions
Auto Trait Implementations§
impl Freeze for V2AndroidKeyRestrictions
impl RefUnwindSafe for V2AndroidKeyRestrictions
impl Send for V2AndroidKeyRestrictions
impl Sync for V2AndroidKeyRestrictions
impl Unpin for V2AndroidKeyRestrictions
impl UnwindSafe for V2AndroidKeyRestrictions
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