pub struct DeleteCredentialRequest { /* private fields */ }Expand description
Request to delete a credential
Implementations§
Trait Implementations§
Source§impl Clone for DeleteCredentialRequest
impl Clone for DeleteCredentialRequest
Source§fn clone(&self) -> DeleteCredentialRequest
fn clone(&self) -> DeleteCredentialRequest
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 moreAuto Trait Implementations§
impl Freeze for DeleteCredentialRequest
impl RefUnwindSafe for DeleteCredentialRequest
impl Send for DeleteCredentialRequest
impl Sync for DeleteCredentialRequest
impl Unpin for DeleteCredentialRequest
impl UnwindSafe for DeleteCredentialRequest
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