pub struct LocalGatekeeper { /* private fields */ }Implementations§
Source§impl LocalGatekeeper
impl LocalGatekeeper
pub fn new(caps: Capabilities, trust: TrustStore) -> Self
Trait Implementations§
Source§impl Gatekeeper for LocalGatekeeper
impl Gatekeeper for LocalGatekeeper
Auto Trait Implementations§
impl !Freeze for LocalGatekeeper
impl !RefUnwindSafe for LocalGatekeeper
impl Send for LocalGatekeeper
impl Sync for LocalGatekeeper
impl Unpin for LocalGatekeeper
impl !UnwindSafe for LocalGatekeeper
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