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