pub struct AgentAuthenticationResponse {
pub url: String,
}Expand description
AgentAuthenticationResponse : Base serializer class which doesn’t implement create/update methods
Fields§
§url: StringImplementations§
Source§impl AgentAuthenticationResponse
impl AgentAuthenticationResponse
Sourcepub fn new(url: String) -> AgentAuthenticationResponse
pub fn new(url: String) -> AgentAuthenticationResponse
Base serializer class which doesn’t implement create/update methods
Trait Implementations§
Source§impl Clone for AgentAuthenticationResponse
impl Clone for AgentAuthenticationResponse
Source§fn clone(&self) -> AgentAuthenticationResponse
fn clone(&self) -> AgentAuthenticationResponse
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 AgentAuthenticationResponse
impl Debug for AgentAuthenticationResponse
Source§impl Default for AgentAuthenticationResponse
impl Default for AgentAuthenticationResponse
Source§fn default() -> AgentAuthenticationResponse
fn default() -> AgentAuthenticationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AgentAuthenticationResponse
impl<'de> Deserialize<'de> for AgentAuthenticationResponse
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
impl StructuralPartialEq for AgentAuthenticationResponse
Auto Trait Implementations§
impl Freeze for AgentAuthenticationResponse
impl RefUnwindSafe for AgentAuthenticationResponse
impl Send for AgentAuthenticationResponse
impl Sync for AgentAuthenticationResponse
impl Unpin for AgentAuthenticationResponse
impl UnwindSafe for AgentAuthenticationResponse
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