Struct cap_primitives::AmbientAuthority [−][src]
pub struct AmbientAuthority(_);
Expand description
Instances of this AmbientAuthority type serve to indicate that the
[ambient_authority] function has been called, indicating that the user
has explicitly opted into using ambient authority.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for AmbientAuthorityimpl Send for AmbientAuthorityimpl Sync for AmbientAuthorityimpl Unpin for AmbientAuthorityimpl UnwindSafe for AmbientAuthorityBlanket Implementations
Mutably borrows from an owned value. Read more