pub struct GoogleIdentityAccesscontextmanagerV1CustomLevel {
pub expr: Option<Expr>,
}Expand description
CustomLevel is an AccessLevel using the Cloud Common Expression Language to represent the necessary conditions for the level to apply to a request. See CEL spec at: https://github.com/google/cel-spec
This type is not used in any activity, and only used as part of another schema.
Fields§
§expr: Option<Expr>Required. A Cloud CEL expression evaluating to a boolean.
Trait Implementations§
Source§impl Clone for GoogleIdentityAccesscontextmanagerV1CustomLevel
impl Clone for GoogleIdentityAccesscontextmanagerV1CustomLevel
Source§fn clone(&self) -> GoogleIdentityAccesscontextmanagerV1CustomLevel
fn clone(&self) -> GoogleIdentityAccesscontextmanagerV1CustomLevel
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 Default for GoogleIdentityAccesscontextmanagerV1CustomLevel
impl Default for GoogleIdentityAccesscontextmanagerV1CustomLevel
Source§fn default() -> GoogleIdentityAccesscontextmanagerV1CustomLevel
fn default() -> GoogleIdentityAccesscontextmanagerV1CustomLevel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleIdentityAccesscontextmanagerV1CustomLevel
impl<'de> Deserialize<'de> for GoogleIdentityAccesscontextmanagerV1CustomLevel
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 Part for GoogleIdentityAccesscontextmanagerV1CustomLevel
Auto Trait Implementations§
impl Freeze for GoogleIdentityAccesscontextmanagerV1CustomLevel
impl RefUnwindSafe for GoogleIdentityAccesscontextmanagerV1CustomLevel
impl Send for GoogleIdentityAccesscontextmanagerV1CustomLevel
impl Sync for GoogleIdentityAccesscontextmanagerV1CustomLevel
impl Unpin for GoogleIdentityAccesscontextmanagerV1CustomLevel
impl UnwindSafe for GoogleIdentityAccesscontextmanagerV1CustomLevel
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