pub struct ConfigLoadOptions {
pub allow_remote_extends: bool,
}Expand description
Host-controlled trust policy for loading a fallow config.
Fields§
§allow_remote_extends: boolPermit https:// entries in the config inheritance graph.
Trait Implementations§
Source§impl Clone for ConfigLoadOptions
impl Clone for ConfigLoadOptions
impl Copy for ConfigLoadOptions
Source§impl Debug for ConfigLoadOptions
impl Debug for ConfigLoadOptions
Source§impl Default for ConfigLoadOptions
impl Default for ConfigLoadOptions
impl Eq for ConfigLoadOptions
Source§impl PartialEq for ConfigLoadOptions
impl PartialEq for ConfigLoadOptions
impl StructuralPartialEq for ConfigLoadOptions
Auto Trait Implementations§
impl Freeze for ConfigLoadOptions
impl RefUnwindSafe for ConfigLoadOptions
impl Send for ConfigLoadOptions
impl Sync for ConfigLoadOptions
impl Unpin for ConfigLoadOptions
impl UnsafeUnpin for ConfigLoadOptions
impl UnwindSafe for ConfigLoadOptions
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.