pub struct ClaimSecretStore {
pub version: u8,
pub project_id: String,
pub claim_secret: String,
}Fields§
§version: u8§project_id: String§claim_secret: StringTrait Implementations§
Source§impl Clone for ClaimSecretStore
impl Clone for ClaimSecretStore
Source§fn clone(&self) -> ClaimSecretStore
fn clone(&self) -> ClaimSecretStore
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 ClaimSecretStore
impl Debug for ClaimSecretStore
Source§impl<'de> Deserialize<'de> for ClaimSecretStore
impl<'de> Deserialize<'de> for ClaimSecretStore
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 ClaimSecretStore
impl RefUnwindSafe for ClaimSecretStore
impl Send for ClaimSecretStore
impl Sync for ClaimSecretStore
impl Unpin for ClaimSecretStore
impl UnsafeUnpin for ClaimSecretStore
impl UnwindSafe for ClaimSecretStore
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