pub struct ValidatedEntry { /* private fields */ }
Expand description
A netrc entry validated to have at least a password.
Implementations§
Trait Implementations§
Source§impl Clone for ValidatedEntry
impl Clone for ValidatedEntry
Source§fn clone(&self) -> ValidatedEntry
fn clone(&self) -> ValidatedEntry
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for ValidatedEntry
impl Debug for ValidatedEntry
Source§impl PartialEq for ValidatedEntry
impl PartialEq for ValidatedEntry
impl Eq for ValidatedEntry
impl StructuralPartialEq for ValidatedEntry
Auto Trait Implementations§
impl Freeze for ValidatedEntry
impl RefUnwindSafe for ValidatedEntry
impl Send for ValidatedEntry
impl Sync for ValidatedEntry
impl Unpin for ValidatedEntry
impl UnwindSafe for ValidatedEntry
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