pub enum PolicyScope {
Everywhere,
Somewhere,
InCtrler(String),
}
Variants§
Trait Implementations§
Source§impl Clone for PolicyScope
impl Clone for PolicyScope
Source§fn clone(&self) -> PolicyScope
fn clone(&self) -> PolicyScope
Returns a copy 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 PolicyScope
impl Debug for PolicyScope
Source§impl From<PolicyScope> for Template
impl From<PolicyScope> for Template
Source§fn from(value: PolicyScope) -> Self
fn from(value: PolicyScope) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PolicyScope
impl PartialEq for PolicyScope
impl Eq for PolicyScope
impl StructuralPartialEq for PolicyScope
Auto Trait Implementations§
impl Freeze for PolicyScope
impl RefUnwindSafe for PolicyScope
impl Send for PolicyScope
impl Sync for PolicyScope
impl Unpin for PolicyScope
impl UnwindSafe for PolicyScope
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