pub struct Grants { /* private fields */ }Expand description
The set of capabilities granted at the execution boundary.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Grants
impl RefUnwindSafe for Grants
impl Send for Grants
impl Sync for Grants
impl Unpin for Grants
impl UnsafeUnpin for Grants
impl UnwindSafe for Grants
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