Struct cap_primitives::AmbientAuthority
source · pub struct AmbientAuthority(/* private fields */);
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 moreimpl Copy for AmbientAuthority
Auto Trait Implementations§
impl Freeze for AmbientAuthority
impl RefUnwindSafe for AmbientAuthority
impl Send for AmbientAuthority
impl Sync for AmbientAuthority
impl Unpin for AmbientAuthority
impl UnwindSafe for AmbientAuthority
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)