pub struct AuthzHealth {
pub status: Option<String>,
pub resolver: Option<String>,
pub model_id: Option<String>,
pub relationship_hash: Option<String>,
pub checked_at: Option<String>,
}Fields§
§status: Option<String>§resolver: Option<String>§model_id: Option<String>§relationship_hash: Option<String>§checked_at: Option<String>Implementations§
Source§impl AuthzHealth
impl AuthzHealth
pub fn new() -> AuthzHealth
Trait Implementations§
Source§impl Clone for AuthzHealth
impl Clone for AuthzHealth
Source§fn clone(&self) -> AuthzHealth
fn clone(&self) -> AuthzHealth
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AuthzHealth
impl Debug for AuthzHealth
Source§impl Default for AuthzHealth
impl Default for AuthzHealth
Source§fn default() -> AuthzHealth
fn default() -> AuthzHealth
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AuthzHealth
impl<'de> Deserialize<'de> for AuthzHealth
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 AuthzHealth
impl PartialEq for AuthzHealth
Source§fn eq(&self, other: &AuthzHealth) -> bool
fn eq(&self, other: &AuthzHealth) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AuthzHealth
impl Serialize for AuthzHealth
impl StructuralPartialEq for AuthzHealth
Auto Trait Implementations§
impl Freeze for AuthzHealth
impl RefUnwindSafe for AuthzHealth
impl Send for AuthzHealth
impl Sync for AuthzHealth
impl Unpin for AuthzHealth
impl UnsafeUnpin for AuthzHealth
impl UnwindSafe for AuthzHealth
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