pub struct AppKeySetResponse {
pub response: String<82>,
}
Expand description
AppKey Set response
Fields§
§response: String<82>
Trait Implementations§
Source§impl Clone for AppKeySetResponse
impl Clone for AppKeySetResponse
Source§fn clone(&self) -> AppKeySetResponse
fn clone(&self) -> AppKeySetResponse
Returns a copy 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 AppKeySetResponse
impl Debug for AppKeySetResponse
Source§impl<'de> Deserialize<'de> for AppKeySetResponse
impl<'de> Deserialize<'de> for AppKeySetResponse
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 AppKeySetResponse
impl PartialEq for AppKeySetResponse
impl AtatResp for AppKeySetResponse
impl StructuralPartialEq for AppKeySetResponse
Auto Trait Implementations§
impl Freeze for AppKeySetResponse
impl RefUnwindSafe for AppKeySetResponse
impl Send for AppKeySetResponse
impl Sync for AppKeySetResponse
impl Unpin for AppKeySetResponse
impl UnwindSafe for AppKeySetResponse
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