Struct AgentAuthorizationResponse
#[repr(transparent)]pub struct AgentAuthorizationResponse(pub i32);Tuple Fields§
§0: i32Implementations§
Trait Implementations§
§impl Clone for AgentAuthorizationResponse
impl Clone for AgentAuthorizationResponse
§fn clone(&self) -> AgentAuthorizationResponse
fn clone(&self) -> AgentAuthorizationResponse
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 more§impl Debug for AgentAuthorizationResponse
impl Debug for AgentAuthorizationResponse
§impl Default for AgentAuthorizationResponse
impl Default for AgentAuthorizationResponse
§fn default() -> AgentAuthorizationResponse
fn default() -> AgentAuthorizationResponse
Returns the “default value” for a type. Read more
§impl PartialEq for AgentAuthorizationResponse
impl PartialEq for AgentAuthorizationResponse
impl Copy for AgentAuthorizationResponse
impl Eq for AgentAuthorizationResponse
impl StructuralPartialEq for AgentAuthorizationResponse
Auto Trait Implementations§
impl Freeze for AgentAuthorizationResponse
impl RefUnwindSafe for AgentAuthorizationResponse
impl Send for AgentAuthorizationResponse
impl Sync for AgentAuthorizationResponse
impl Unpin for AgentAuthorizationResponse
impl UnwindSafe for AgentAuthorizationResponse
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