Struct cap_rand::AmbientAuthority
source · [−]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 AmbientAuthority
impl Send for AmbientAuthority
impl Sync for AmbientAuthority
impl Unpin for AmbientAuthority
impl UnwindSafe for AmbientAuthority
Blanket Implementations
Mutably borrows from an owned value. Read more