pub struct AgentManagerAuthResponse {
    pub access_token: Option<String>,
}Fields§
§access_token: Option<String>Access token for node
Implementations§
Source§impl AgentManagerAuthResponse
 
impl AgentManagerAuthResponse
pub fn new() -> AgentManagerAuthResponse
Trait Implementations§
Source§impl Clone for AgentManagerAuthResponse
 
impl Clone for AgentManagerAuthResponse
Source§fn clone(&self) -> AgentManagerAuthResponse
 
fn clone(&self) -> AgentManagerAuthResponse
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 AgentManagerAuthResponse
 
impl Debug for AgentManagerAuthResponse
Source§impl<'de> Deserialize<'de> for AgentManagerAuthResponse
 
impl<'de> Deserialize<'de> for AgentManagerAuthResponse
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 PartialEq for AgentManagerAuthResponse
 
impl PartialEq for AgentManagerAuthResponse
Source§impl Serialize for AgentManagerAuthResponse
 
impl Serialize for AgentManagerAuthResponse
impl StructuralPartialEq for AgentManagerAuthResponse
Auto Trait Implementations§
impl Freeze for AgentManagerAuthResponse
impl RefUnwindSafe for AgentManagerAuthResponse
impl Send for AgentManagerAuthResponse
impl Sync for AgentManagerAuthResponse
impl Unpin for AgentManagerAuthResponse
impl UnwindSafe for AgentManagerAuthResponse
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