pub struct CanReadInternal;Expand description
Permission to read internal resources.
Internal data is not public, but does not require the higher authority needed for sensitive or secret data.
Trait Implementations§
Source§impl Clone for CanReadInternal
impl Clone for CanReadInternal
Source§fn clone(&self) -> CanReadInternal
fn clone(&self) -> CanReadInternal
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 CanReadInternal
Source§impl Debug for CanReadInternal
impl Debug for CanReadInternal
impl Eq for CanReadInternal
Source§impl Hash for CanReadInternal
impl Hash for CanReadInternal
impl Implies<CanRead> for CanReadInternal
Source§impl PartialEq for CanReadInternal
impl PartialEq for CanReadInternal
Source§fn eq(&self, other: &CanReadInternal) -> bool
fn eq(&self, other: &CanReadInternal) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Permission for CanReadInternal
impl Permission for CanReadInternal
impl StructuralPartialEq for CanReadInternal
Auto Trait Implementations§
impl Freeze for CanReadInternal
impl RefUnwindSafe for CanReadInternal
impl Send for CanReadInternal
impl Sync for CanReadInternal
impl Unpin for CanReadInternal
impl UnsafeUnpin for CanReadInternal
impl UnwindSafe for CanReadInternal
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