pub struct GetAgentObligationsResponse {
pub agent_id: Option<String>,
pub rules: Option<Vec<ConstitutionRule>>,
pub count: Option<i64>,
}Expand description
GetAgentObligationsResponse model.
Fields§
§agent_id: Option<String>§rules: Option<Vec<ConstitutionRule>>§count: Option<i64>Trait Implementations§
Source§impl Clone for GetAgentObligationsResponse
impl Clone for GetAgentObligationsResponse
Source§fn clone(&self) -> GetAgentObligationsResponse
fn clone(&self) -> GetAgentObligationsResponse
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 GetAgentObligationsResponse
impl Debug for GetAgentObligationsResponse
Source§impl Default for GetAgentObligationsResponse
impl Default for GetAgentObligationsResponse
Source§fn default() -> GetAgentObligationsResponse
fn default() -> GetAgentObligationsResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAgentObligationsResponse
impl<'de> Deserialize<'de> for GetAgentObligationsResponse
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 GetAgentObligationsResponse
Auto Trait Implementations§
impl Freeze for GetAgentObligationsResponse
impl RefUnwindSafe for GetAgentObligationsResponse
impl Send for GetAgentObligationsResponse
impl Sync for GetAgentObligationsResponse
impl Unpin for GetAgentObligationsResponse
impl UnsafeUnpin for GetAgentObligationsResponse
impl UnwindSafe for GetAgentObligationsResponse
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