pub struct NetRcEntry {
pub machine: String,
pub login: Option<String>,
pub password: Option<String>,
pub account: Option<String>,
pub macdef: Option<String>,
}Fields§
§machine: String§login: Option<String>§password: Option<String>§account: Option<String>§macdef: Option<String>Implementations§
Source§impl NetRcEntry
impl NetRcEntry
Trait Implementations§
Source§impl Clone for NetRcEntry
impl Clone for NetRcEntry
Source§fn clone(&self) -> NetRcEntry
fn clone(&self) -> NetRcEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for NetRcEntry
impl RefUnwindSafe for NetRcEntry
impl Send for NetRcEntry
impl Sync for NetRcEntry
impl Unpin for NetRcEntry
impl UnsafeUnpin for NetRcEntry
impl UnwindSafe for NetRcEntry
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