pub struct Netrc {
pub hosts: Vec<Host>,
pub default: Option<Machine>,
pub macros: Vec<Macro>,
}
Fields§
§hosts: Vec<Host>
§default: Option<Machine>
§macros: Vec<Macro>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Netrc
impl RefUnwindSafe for Netrc
impl Send for Netrc
impl Sync for Netrc
impl Unpin for Netrc
impl UnwindSafe for Netrc
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