pub enum AccessSetting {
Read,
ReadWrite,
ReadExecute,
ReadWriteExecute,
}Variants§
Trait Implementations§
Source§impl Clone for AccessSetting
impl Clone for AccessSetting
Source§fn clone(&self) -> AccessSetting
fn clone(&self) -> AccessSetting
Returns a duplicate of the value. Read more
1.0.0 · 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 AccessSetting
impl Debug for AccessSetting
Source§impl PartialEq for AccessSetting
impl PartialEq for AccessSetting
impl Copy for AccessSetting
impl Eq for AccessSetting
impl StructuralPartialEq for AccessSetting
Auto Trait Implementations§
impl Freeze for AccessSetting
impl RefUnwindSafe for AccessSetting
impl Send for AccessSetting
impl Sync for AccessSetting
impl Unpin for AccessSetting
impl UnwindSafe for AccessSetting
Blanket Implementations§
Source§impl<T> Background for T
impl<T> Background for T
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