Struct snowflake_api::CertificateArgs
source · pub struct CertificateArgs {
pub private_key_pem: String,
}
Fields§
§private_key_pem: String
Auto Trait Implementations§
impl RefUnwindSafe for CertificateArgs
impl Send for CertificateArgs
impl Sync for CertificateArgs
impl Unpin for CertificateArgs
impl UnwindSafe for CertificateArgs
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