pub struct Looker {
pub file_path: PathBuf,
pub ip_ranges: Vec<IpRange>,
}Fields§
§file_path: PathBuf§ip_ranges: Vec<IpRange>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Looker
impl RefUnwindSafe for Looker
impl Send for Looker
impl Sync for Looker
impl Unpin for Looker
impl UnwindSafe for Looker
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