pub struct Perms { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Perms
impl<'de> Deserialize<'de> for Perms
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl From<MMPermissions> for Perms
impl From<MMPermissions> for Perms
Source§fn from(value: MMPermissions) -> Self
fn from(value: MMPermissions) -> Self
Converts to this type from the input type.
Source§impl From<Perms> for MMPermissions
impl From<Perms> for MMPermissions
impl Eq for Perms
impl StructuralPartialEq for Perms
Auto Trait Implementations§
impl Freeze for Perms
impl RefUnwindSafe for Perms
impl Send for Perms
impl Sync for Perms
impl Unpin for Perms
impl UnwindSafe for Perms
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