pub struct DeleteSubApiKeyParams {
pub subuid: i64,
pub apikey: Option<String>,
}Fields§
§subuid: i64§apikey: Option<String>Trait Implementations§
Source§impl Clone for DeleteSubApiKeyParams
impl Clone for DeleteSubApiKeyParams
Source§fn clone(&self) -> DeleteSubApiKeyParams
fn clone(&self) -> DeleteSubApiKeyParams
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 DeleteSubApiKeyParams
impl Debug for DeleteSubApiKeyParams
Source§impl<'de> Deserialize<'de> for DeleteSubApiKeyParams
impl<'de> Deserialize<'de> for DeleteSubApiKeyParams
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
Auto Trait Implementations§
impl Freeze for DeleteSubApiKeyParams
impl RefUnwindSafe for DeleteSubApiKeyParams
impl Send for DeleteSubApiKeyParams
impl Sync for DeleteSubApiKeyParams
impl Unpin for DeleteSubApiKeyParams
impl UnsafeUnpin for DeleteSubApiKeyParams
impl UnwindSafe for DeleteSubApiKeyParams
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