Struct btfproto::local_fs::ModeAuthorizer
source · pub struct ModeAuthorizer;
Expand description
A particularly simple authorizer that just looks at the mode bits in the block metadata to make authorization decisions.
Trait Implementations§
source§impl Authorizer for ModeAuthorizer
impl Authorizer for ModeAuthorizer
Auto Trait Implementations§
impl RefUnwindSafe for ModeAuthorizer
impl Send for ModeAuthorizer
impl Sync for ModeAuthorizer
impl Unpin for ModeAuthorizer
impl UnwindSafe for ModeAuthorizer
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