pub struct AddressDirectoryOpts<'a> {
pub exclude: Option<Vec<&'a str>>,
pub include: Option<Vec<&'a str>>,
pub no_cache: Option<bool>,
}
Fields§
§exclude: Option<Vec<&'a str>>
§include: Option<Vec<&'a str>>
§no_cache: Option<bool>
Trait Implementations§
Source§impl<'a> Debug for AddressDirectoryOpts<'a>
impl<'a> Debug for AddressDirectoryOpts<'a>
Source§impl<'a> PartialEq for AddressDirectoryOpts<'a>
impl<'a> PartialEq for AddressDirectoryOpts<'a>
impl<'a> StructuralPartialEq for AddressDirectoryOpts<'a>
Auto Trait Implementations§
impl<'a> Freeze for AddressDirectoryOpts<'a>
impl<'a> RefUnwindSafe for AddressDirectoryOpts<'a>
impl<'a> Send for AddressDirectoryOpts<'a>
impl<'a> Sync for AddressDirectoryOpts<'a>
impl<'a> Unpin for AddressDirectoryOpts<'a>
impl<'a> UnwindSafe for AddressDirectoryOpts<'a>
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