pub struct AddIpRestrictionForSubAccountApiKeyResponse {
pub status: Option<String>,
pub ip_list: Option<Vec<String>>,
pub update_time: Option<i64>,
pub api_key: Option<String>,
}Fields§
§status: Option<String>§ip_list: Option<Vec<String>>§update_time: Option<i64>§api_key: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for AddIpRestrictionForSubAccountApiKeyResponse
impl Clone for AddIpRestrictionForSubAccountApiKeyResponse
Source§fn clone(&self) -> AddIpRestrictionForSubAccountApiKeyResponse
fn clone(&self) -> AddIpRestrictionForSubAccountApiKeyResponse
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 Default for AddIpRestrictionForSubAccountApiKeyResponse
impl Default for AddIpRestrictionForSubAccountApiKeyResponse
Source§fn default() -> AddIpRestrictionForSubAccountApiKeyResponse
fn default() -> AddIpRestrictionForSubAccountApiKeyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AddIpRestrictionForSubAccountApiKeyResponse
impl<'de> Deserialize<'de> for AddIpRestrictionForSubAccountApiKeyResponse
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 PartialEq for AddIpRestrictionForSubAccountApiKeyResponse
impl PartialEq for AddIpRestrictionForSubAccountApiKeyResponse
Source§fn eq(&self, other: &AddIpRestrictionForSubAccountApiKeyResponse) -> bool
fn eq(&self, other: &AddIpRestrictionForSubAccountApiKeyResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for AddIpRestrictionForSubAccountApiKeyResponse
Auto Trait Implementations§
impl Freeze for AddIpRestrictionForSubAccountApiKeyResponse
impl RefUnwindSafe for AddIpRestrictionForSubAccountApiKeyResponse
impl Send for AddIpRestrictionForSubAccountApiKeyResponse
impl Sync for AddIpRestrictionForSubAccountApiKeyResponse
impl Unpin for AddIpRestrictionForSubAccountApiKeyResponse
impl UnsafeUnpin for AddIpRestrictionForSubAccountApiKeyResponse
impl UnwindSafe for AddIpRestrictionForSubAccountApiKeyResponse
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