pub enum BackendModifier {
If,
Unless,
}Expand description
In combination with an Acl forms the condition for picking a backend
Variants§
Trait Implementations§
Source§impl Clone for BackendModifier
impl Clone for BackendModifier
Source§fn clone(&self) -> BackendModifier
fn clone(&self) -> BackendModifier
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 BackendModifier
impl Debug for BackendModifier
Source§impl Hash for BackendModifier
impl Hash for BackendModifier
Source§impl PartialEq for BackendModifier
impl PartialEq for BackendModifier
impl Eq for BackendModifier
impl StructuralPartialEq for BackendModifier
Auto Trait Implementations§
impl Freeze for BackendModifier
impl RefUnwindSafe for BackendModifier
impl Send for BackendModifier
impl Sync for BackendModifier
impl Unpin for BackendModifier
impl UnwindSafe for BackendModifier
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