pub struct AccountKeyIdentifier(/* private fields */);Expand description
Identifier used by ACME servers for registered accounts
Internally, RFC 8885 specifies that this should be the GET resource URL
for the account.
Implementations§
Trait Implementations§
Source§impl AsRef<[u8]> for AccountKeyIdentifier
impl AsRef<[u8]> for AccountKeyIdentifier
Source§impl Clone for AccountKeyIdentifier
impl Clone for AccountKeyIdentifier
Source§fn clone(&self) -> AccountKeyIdentifier
fn clone(&self) -> AccountKeyIdentifier
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 AccountKeyIdentifier
impl Debug for AccountKeyIdentifier
Source§impl From<Url> for AccountKeyIdentifier
impl From<Url> for AccountKeyIdentifier
Auto Trait Implementations§
impl Freeze for AccountKeyIdentifier
impl RefUnwindSafe for AccountKeyIdentifier
impl Send for AccountKeyIdentifier
impl Sync for AccountKeyIdentifier
impl Unpin for AccountKeyIdentifier
impl UnwindSafe for AccountKeyIdentifier
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