pub enum ExternalTargetPolicy {
DenyOutsideSearchRoot,
AllowAnyReadable,
}Variants§
Trait Implementations§
Source§impl Clone for ExternalTargetPolicy
impl Clone for ExternalTargetPolicy
Source§fn clone(&self) -> ExternalTargetPolicy
fn clone(&self) -> ExternalTargetPolicy
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ExternalTargetPolicy
impl Debug for ExternalTargetPolicy
impl Eq for ExternalTargetPolicy
Source§impl PartialEq for ExternalTargetPolicy
impl PartialEq for ExternalTargetPolicy
impl StructuralPartialEq for ExternalTargetPolicy
Auto Trait Implementations§
impl Freeze for ExternalTargetPolicy
impl RefUnwindSafe for ExternalTargetPolicy
impl Send for ExternalTargetPolicy
impl Sync for ExternalTargetPolicy
impl Unpin for ExternalTargetPolicy
impl UnsafeUnpin for ExternalTargetPolicy
impl UnwindSafe for ExternalTargetPolicy
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.