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§impl Serialize for ApiDirectory
impl Serialize for ApiDirectory
impl Eq for ApiDirectory
impl StructuralPartialEq for ApiDirectory
Auto Trait Implementations§
impl Freeze for ApiDirectory
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