pub struct E2eiAcmeFinalize {
pub delegate: Json,
pub certificate_url: Url,
}Fields§
§delegate: Json§certificate_url: UrlTrait Implementations§
Source§impl Clone for E2eiAcmeFinalize
impl Clone for E2eiAcmeFinalize
Source§fn clone(&self) -> E2eiAcmeFinalize
fn clone(&self) -> E2eiAcmeFinalize
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 E2eiAcmeFinalize
impl Debug for E2eiAcmeFinalize
Source§impl<'de> Deserialize<'de> for E2eiAcmeFinalize
impl<'de> Deserialize<'de> for E2eiAcmeFinalize
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 Serialize for E2eiAcmeFinalize
impl Serialize for E2eiAcmeFinalize
Source§impl TryFrom<AcmeFinalize> for E2eiAcmeFinalize
impl TryFrom<AcmeFinalize> for E2eiAcmeFinalize
Source§type Error = E2eIdentityError
type Error = E2eIdentityError
The type returned in the event of a conversion error.
Source§fn try_from(finalize: AcmeFinalize) -> E2eIdentityResult<Self>
fn try_from(finalize: AcmeFinalize) -> E2eIdentityResult<Self>
Performs the conversion.
Source§impl TryFrom<E2eiAcmeFinalize> for AcmeFinalize
impl TryFrom<E2eiAcmeFinalize> for AcmeFinalize
Source§type Error = E2eIdentityError
type Error = E2eIdentityError
The type returned in the event of a conversion error.
Source§fn try_from(finalize: E2eiAcmeFinalize) -> E2eIdentityResult<Self>
fn try_from(finalize: E2eiAcmeFinalize) -> E2eIdentityResult<Self>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for E2eiAcmeFinalize
impl RefUnwindSafe for E2eiAcmeFinalize
impl Send for E2eiAcmeFinalize
impl Sync for E2eiAcmeFinalize
impl Unpin for E2eiAcmeFinalize
impl UnwindSafe for E2eiAcmeFinalize
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