pub struct CanDelegate;Expand description
Permission to delegate capabilities to other agents.
This is intentionally separate from basic write permissions — an agent that can write to a resource should not automatically be able to grant others the same write permission.
Trait Implementations§
Source§impl Clone for CanDelegate
impl Clone for CanDelegate
Source§fn clone(&self) -> CanDelegate
fn clone(&self) -> CanDelegate
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for CanDelegate
Source§impl Debug for CanDelegate
impl Debug for CanDelegate
impl Eq for CanDelegate
Source§impl Hash for CanDelegate
impl Hash for CanDelegate
impl Implies<CanRead> for CanDelegate
Source§impl PartialEq for CanDelegate
impl PartialEq for CanDelegate
Source§fn eq(&self, other: &CanDelegate) -> bool
fn eq(&self, other: &CanDelegate) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Permission for CanDelegate
impl Permission for CanDelegate
impl StructuralPartialEq for CanDelegate
Auto Trait Implementations§
impl Freeze for CanDelegate
impl RefUnwindSafe for CanDelegate
impl Send for CanDelegate
impl Sync for CanDelegate
impl Unpin for CanDelegate
impl UnsafeUnpin for CanDelegate
impl UnwindSafe for CanDelegate
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.