pub struct AdminApiKey {
pub id: String,
pub name: String,
pub token: String,
}Fields§
§id: String§name: String§token: StringTrait Implementations§
Source§impl Clone for AdminApiKey
impl Clone for AdminApiKey
Source§fn clone(&self) -> AdminApiKey
fn clone(&self) -> AdminApiKey
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 AdminApiKey
impl Debug for AdminApiKey
Source§impl<'de> Deserialize<'de> for AdminApiKey
impl<'de> Deserialize<'de> for AdminApiKey
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 AdminApiKey
impl PartialEq for AdminApiKey
Source§impl Serialize for AdminApiKey
impl Serialize for AdminApiKey
impl Eq for AdminApiKey
impl StructuralPartialEq for AdminApiKey
Auto Trait Implementations§
impl Freeze for AdminApiKey
impl RefUnwindSafe for AdminApiKey
impl Send for AdminApiKey
impl Sync for AdminApiKey
impl Unpin for AdminApiKey
impl UnsafeUnpin for AdminApiKey
impl UnwindSafe for AdminApiKey
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