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