Struct cedar_policy::Authorizer
source · #[repr(transparent)]pub struct Authorizer(_);
Expand description
Authorizer object, which provides responses to authorization queries
Implementations§
source§impl Authorizer
impl Authorizer
Trait Implementations§
source§impl Debug for Authorizer
impl Debug for Authorizer
source§impl Default for Authorizer
impl Default for Authorizer
Auto Trait Implementations§
impl !RefUnwindSafe for Authorizer
impl Send for Authorizer
impl Sync for Authorizer
impl Unpin for Authorizer
impl !UnwindSafe for Authorizer
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