Struct ambient_authority::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§
source§impl Clone for AmbientAuthority
impl Clone for AmbientAuthority
source§fn clone(&self) -> AmbientAuthority
fn clone(&self) -> AmbientAuthority
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more