Struct taxy_api::cert::CertPostBody
source · pub struct CertPostBody {
pub chain: String,
pub key: String,
}Fields§
§chain: String§key: StringTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for CertPostBody
impl Send for CertPostBody
impl Sync for CertPostBody
impl Unpin for CertPostBody
impl UnwindSafe for CertPostBody
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