pub struct Ambient;Expand description
Full ambient authority — grants every permission.
This is the “god token.” A Cap<Ambient> satisfies any Has<P> bound.
Use sparingly and only at the capability root.
Trait Implementations§
impl Permission for Ambient
impl<P: Permission> Subsumes<P> for Ambient
Auto Trait Implementations§
impl Freeze for Ambient
impl RefUnwindSafe for Ambient
impl Send for Ambient
impl Sync for Ambient
impl Unpin for Ambient
impl UnsafeUnpin for Ambient
impl UnwindSafe for Ambient
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