pub enum RwPerms {
ReadOnly,
WriteOnly,
ReadWrite,
Denied,
Unspecified,
}Expand description
Enum to specify read/write permissions to a given slot.
Variants§
Trait Implementations§
impl Copy for RwPerms
impl Eq for RwPerms
impl StructuralPartialEq for RwPerms
Auto Trait Implementations§
impl Freeze for RwPerms
impl RefUnwindSafe for RwPerms
impl Send for RwPerms
impl Sync for RwPerms
impl Unpin for RwPerms
impl UnwindSafe for RwPerms
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