pub struct ClerkCredentialOutputs {
pub publishable_key: String,
pub secret_key: String,
}Fields§
§publishable_key: String§secret_key: StringTrait Implementations§
Source§impl Clone for ClerkCredentialOutputs
impl Clone for ClerkCredentialOutputs
Source§fn clone(&self) -> ClerkCredentialOutputs
fn clone(&self) -> ClerkCredentialOutputs
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 ClerkCredentialOutputs
impl Debug for ClerkCredentialOutputs
Auto Trait Implementations§
impl Freeze for ClerkCredentialOutputs
impl RefUnwindSafe for ClerkCredentialOutputs
impl Send for ClerkCredentialOutputs
impl Sync for ClerkCredentialOutputs
impl Unpin for ClerkCredentialOutputs
impl UnsafeUnpin for ClerkCredentialOutputs
impl UnwindSafe for ClerkCredentialOutputs
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