pub enum AllowedScope {
Any,
Paths(Vec<String>),
}Expand description
Allowed scope for change validation.
Variants§
Trait Implementations§
Source§impl Clone for AllowedScope
impl Clone for AllowedScope
Source§fn clone(&self) -> AllowedScope
fn clone(&self) -> AllowedScope
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 AllowedScope
impl Debug for AllowedScope
Source§impl PartialEq for AllowedScope
impl PartialEq for AllowedScope
impl StructuralPartialEq for AllowedScope
Auto Trait Implementations§
impl Freeze for AllowedScope
impl RefUnwindSafe for AllowedScope
impl Send for AllowedScope
impl Sync for AllowedScope
impl Unpin for AllowedScope
impl UnwindSafe for AllowedScope
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