Struct revolt_permissions::PermissionValue
source · pub struct PermissionValue(_);Expand description
Holds a permission value to manipulate.
Implementations§
Trait Implementations§
source§impl Debug for PermissionValue
impl Debug for PermissionValue
source§impl From<ChannelPermission> for PermissionValue
impl From<ChannelPermission> for PermissionValue
source§fn from(v: ChannelPermission) -> Self
fn from(v: ChannelPermission) -> Self
Converts to this type from the input type.
source§impl From<PermissionValue> for u64
impl From<PermissionValue> for u64
source§fn from(v: PermissionValue) -> Self
fn from(v: PermissionValue) -> Self
Converts to this type from the input type.
source§impl From<i64> for PermissionValue
impl From<i64> for PermissionValue
Auto Trait Implementations§
impl RefUnwindSafe for PermissionValue
impl Send for PermissionValue
impl Sync for PermissionValue
impl Unpin for PermissionValue
impl UnwindSafe for PermissionValue
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