pub struct CertPostBody {
pub chain: String,
pub key: String,
}
Fields§
§chain: String
§key: String
Trait Implementations§
Source§impl ComposeSchema for CertPostBody
impl ComposeSchema for CertPostBody
Auto Trait Implementations§
impl Freeze for CertPostBody
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