pub struct Permission {
pub allow_dns_recursion: bool,
pub allow_http: bool,
pub allow_http_metrics: bool,
pub allow_http_leases: bool,
}Fields§
§allow_dns_recursion: bool§allow_http: bool§allow_http_metrics: bool§allow_http_leases: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for Permission
impl RefUnwindSafe for Permission
impl Send for Permission
impl Sync for Permission
impl Unpin for Permission
impl UnsafeUnpin for Permission
impl UnwindSafe for Permission
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