pub struct TestAuthorizationResponse {
pub auth_results: Option<Vec<AuthResult>>,
}Fields§
§auth_results: Option<Vec<AuthResult>>The authentication results.
Trait Implementations§
Source§impl Clone for TestAuthorizationResponse
impl Clone for TestAuthorizationResponse
Source§fn clone(&self) -> TestAuthorizationResponse
fn clone(&self) -> TestAuthorizationResponse
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 TestAuthorizationResponse
impl Debug for TestAuthorizationResponse
Source§impl Default for TestAuthorizationResponse
impl Default for TestAuthorizationResponse
Source§fn default() -> TestAuthorizationResponse
fn default() -> TestAuthorizationResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for TestAuthorizationResponse
impl<'de> Deserialize<'de> for TestAuthorizationResponse
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 TestAuthorizationResponse
Auto Trait Implementations§
impl Freeze for TestAuthorizationResponse
impl RefUnwindSafe for TestAuthorizationResponse
impl Send for TestAuthorizationResponse
impl Sync for TestAuthorizationResponse
impl Unpin for TestAuthorizationResponse
impl UnwindSafe for TestAuthorizationResponse
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