pub struct AuthLogic {
pub principals: Vec<String>,
pub statements: Vec<String>,
}Expand description
Authorization logic for distributed security.
Fields§
§principals: Vec<String>§statements: Vec<String>Implementations§
Auto Trait Implementations§
impl Freeze for AuthLogic
impl RefUnwindSafe for AuthLogic
impl Send for AuthLogic
impl Sync for AuthLogic
impl Unpin for AuthLogic
impl UnsafeUnpin for AuthLogic
impl UnwindSafe for AuthLogic
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