pub struct RestrictionEvaluation {
pub state: Option<String>,
}Expand description
The evaluated state of this restriction.
This type is not used in any activity, and only used as part of another schema.
Fields§
§state: Option<String>Output only. The current state of the restriction
Trait Implementations§
Source§impl Clone for RestrictionEvaluation
impl Clone for RestrictionEvaluation
Source§fn clone(&self) -> RestrictionEvaluation
fn clone(&self) -> RestrictionEvaluation
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 RestrictionEvaluation
impl Debug for RestrictionEvaluation
Source§impl Default for RestrictionEvaluation
impl Default for RestrictionEvaluation
Source§fn default() -> RestrictionEvaluation
fn default() -> RestrictionEvaluation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RestrictionEvaluation
impl<'de> Deserialize<'de> for RestrictionEvaluation
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 Serialize for RestrictionEvaluation
impl Serialize for RestrictionEvaluation
impl Part for RestrictionEvaluation
Auto Trait Implementations§
impl Freeze for RestrictionEvaluation
impl RefUnwindSafe for RestrictionEvaluation
impl Send for RestrictionEvaluation
impl Sync for RestrictionEvaluation
impl Unpin for RestrictionEvaluation
impl UnwindSafe for RestrictionEvaluation
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