pub enum RecursivePathRequestPolicy {
InheritNode,
Enabled,
Disabled,
}Variants§
Implementations§
Source§impl RecursivePathRequestPolicy
impl RecursivePathRequestPolicy
pub const fn from_configured(enabled: bool) -> RecursivePathRequestPolicy
Trait Implementations§
Source§impl Clone for RecursivePathRequestPolicy
impl Clone for RecursivePathRequestPolicy
Source§fn clone(&self) -> RecursivePathRequestPolicy
fn clone(&self) -> RecursivePathRequestPolicy
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 moreimpl Copy for RecursivePathRequestPolicy
Source§impl Debug for RecursivePathRequestPolicy
impl Debug for RecursivePathRequestPolicy
impl Eq for RecursivePathRequestPolicy
impl StructuralPartialEq for RecursivePathRequestPolicy
Auto Trait Implementations§
impl Freeze for RecursivePathRequestPolicy
impl RefUnwindSafe for RecursivePathRequestPolicy
impl Send for RecursivePathRequestPolicy
impl Sync for RecursivePathRequestPolicy
impl Unpin for RecursivePathRequestPolicy
impl UnsafeUnpin for RecursivePathRequestPolicy
impl UnwindSafe for RecursivePathRequestPolicy
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