Struct eest_types::TestAuthorization
source · pub struct TestAuthorization { /* private fields */ }
Expand description
Struct for test authorization
Trait Implementations§
source§impl Clone for TestAuthorization
impl Clone for TestAuthorization
source§fn clone(&self) -> TestAuthorization
fn clone(&self) -> TestAuthorization
Returns a copy 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 TestAuthorization
impl Debug for TestAuthorization
source§impl<'de> Deserialize<'de> for TestAuthorization
impl<'de> Deserialize<'de> for TestAuthorization
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 From<TestAuthorization> for SignedAuthorization
impl From<TestAuthorization> for SignedAuthorization
source§fn from(auth: TestAuthorization) -> Self
fn from(auth: TestAuthorization) -> Self
Converts to this type from the input type.
source§impl PartialEq for TestAuthorization
impl PartialEq for TestAuthorization
source§fn eq(&self, other: &TestAuthorization) -> bool
fn eq(&self, other: &TestAuthorization) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for TestAuthorization
impl Serialize for TestAuthorization
impl Eq for TestAuthorization
impl StructuralPartialEq for TestAuthorization
Auto Trait Implementations§
impl Freeze for TestAuthorization
impl RefUnwindSafe for TestAuthorization
impl Send for TestAuthorization
impl Sync for TestAuthorization
impl Unpin for TestAuthorization
impl UnwindSafe for TestAuthorization
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.