Struct acme_lib::api::ApiDirectory
source · pub struct ApiDirectory {
pub newNonce: String,
pub newAccount: String,
pub newOrder: String,
pub newAuthz: Option<String>,
pub revokeCert: String,
pub keyChange: String,
pub meta: Option<ApiDirectoryMeta>,
}
Fields§
§newNonce: String
§newAccount: String
§newOrder: String
§newAuthz: Option<String>
§revokeCert: String
§keyChange: String
§meta: Option<ApiDirectoryMeta>
Trait Implementations§
source§impl Clone for ApiDirectory
impl Clone for ApiDirectory
source§fn clone(&self) -> ApiDirectory
fn clone(&self) -> ApiDirectory
Returns a copy of the value. Read more
1.0.0 · 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 ApiDirectory
impl Debug for ApiDirectory
source§impl Default for ApiDirectory
impl Default for ApiDirectory
source§fn default() -> ApiDirectory
fn default() -> ApiDirectory
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ApiDirectory
impl<'de> Deserialize<'de> for ApiDirectory
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
source§impl PartialEq for ApiDirectory
impl PartialEq for ApiDirectory
source§fn eq(&self, other: &ApiDirectory) -> bool
fn eq(&self, other: &ApiDirectory) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ApiDirectory
impl Serialize for ApiDirectory
impl Eq for ApiDirectory
impl StructuralEq for ApiDirectory
impl StructuralPartialEq for ApiDirectory
Auto Trait Implementations§
impl RefUnwindSafe for ApiDirectory
impl Send for ApiDirectory
impl Sync for ApiDirectory
impl Unpin for ApiDirectory
impl UnwindSafe for ApiDirectory
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