pub struct AcmeDirectory {
pub new_nonce: Url,
pub new_account: Url,
pub new_order: Url,
pub revoke_cert: Url,
}Expand description
Fields§
§new_nonce: UrlURL for fetching the initial nonce used to create an account
new_account: UrlURL for creating an account
new_order: UrlURL for creating an order
revoke_cert: UrlURL for revoking a certificate
Trait Implementations§
Source§impl Clone for AcmeDirectory
impl Clone for AcmeDirectory
Source§fn clone(&self) -> AcmeDirectory
fn clone(&self) -> AcmeDirectory
Returns a duplicate 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 AcmeDirectory
impl Debug for AcmeDirectory
Source§impl<'de> Deserialize<'de> for AcmeDirectory
impl<'de> Deserialize<'de> for AcmeDirectory
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
Auto Trait Implementations§
impl Freeze for AcmeDirectory
impl RefUnwindSafe for AcmeDirectory
impl Send for AcmeDirectory
impl Sync for AcmeDirectory
impl Unpin for AcmeDirectory
impl UnwindSafe for AcmeDirectory
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