pub struct PermissionsHandle(pub u64);Expand description
Opaker Handle fuer validierte Permissions. Erzeugt durch
AccessControlPlugin::validate_local_permissions bzw.
validate_remote_permissions.
Tuple Fields§
§0: u64Trait Implementations§
Source§impl Clone for PermissionsHandle
impl Clone for PermissionsHandle
Source§fn clone(&self) -> PermissionsHandle
fn clone(&self) -> PermissionsHandle
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 moreSource§impl Debug for PermissionsHandle
impl Debug for PermissionsHandle
Source§impl Hash for PermissionsHandle
impl Hash for PermissionsHandle
Source§impl Ord for PermissionsHandle
impl Ord for PermissionsHandle
Source§fn cmp(&self, other: &PermissionsHandle) -> Ordering
fn cmp(&self, other: &PermissionsHandle) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PermissionsHandle
impl PartialEq for PermissionsHandle
Source§fn eq(&self, other: &PermissionsHandle) -> bool
fn eq(&self, other: &PermissionsHandle) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PermissionsHandle
impl PartialOrd for PermissionsHandle
impl Copy for PermissionsHandle
impl Eq for PermissionsHandle
impl StructuralPartialEq for PermissionsHandle
Auto Trait Implementations§
impl Freeze for PermissionsHandle
impl RefUnwindSafe for PermissionsHandle
impl Send for PermissionsHandle
impl Sync for PermissionsHandle
impl Unpin for PermissionsHandle
impl UnsafeUnpin for PermissionsHandle
impl UnwindSafe for PermissionsHandle
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