pub struct AgentAuthRevokeResult {
pub name: String,
pub status: String,
pub message: String,
}Fields§
§name: String§status: String§message: StringTrait Implementations§
Source§impl Clone for AgentAuthRevokeResult
impl Clone for AgentAuthRevokeResult
Source§fn clone(&self) -> AgentAuthRevokeResult
fn clone(&self) -> AgentAuthRevokeResult
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 AgentAuthRevokeResult
impl Debug for AgentAuthRevokeResult
Source§impl PartialEq for AgentAuthRevokeResult
impl PartialEq for AgentAuthRevokeResult
Source§impl Serialize for AgentAuthRevokeResult
impl Serialize for AgentAuthRevokeResult
impl Eq for AgentAuthRevokeResult
impl StructuralPartialEq for AgentAuthRevokeResult
Auto Trait Implementations§
impl Freeze for AgentAuthRevokeResult
impl RefUnwindSafe for AgentAuthRevokeResult
impl Send for AgentAuthRevokeResult
impl Sync for AgentAuthRevokeResult
impl Unpin for AgentAuthRevokeResult
impl UnsafeUnpin for AgentAuthRevokeResult
impl UnwindSafe for AgentAuthRevokeResult
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