Struct cedar_policy::UnsetSchema
source · pub struct UnsetSchema;
Available on crate feature
partial-eval
only.Expand description
A marker type that indicates Schema
is not set for a request
This feature is experimental. For more information see https://github.com/cedar-policy/rfcs/blob/main/README.md#experimental-features
Trait Implementations§
Auto Trait Implementations§
impl Freeze for UnsetSchema
impl RefUnwindSafe for UnsetSchema
impl Send for UnsetSchema
impl Sync for UnsetSchema
impl Unpin for UnsetSchema
impl UnwindSafe for UnsetSchema
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