pub struct AuthProfileReadError {
pub profile_file: String,
pub reason: String,
}Fields§
§profile_file: String§reason: StringTrait Implementations§
Source§impl Clone for AuthProfileReadError
impl Clone for AuthProfileReadError
Source§fn clone(&self) -> AuthProfileReadError
fn clone(&self) -> AuthProfileReadError
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 moreSource§impl Debug for AuthProfileReadError
impl Debug for AuthProfileReadError
Source§impl PartialEq for AuthProfileReadError
impl PartialEq for AuthProfileReadError
Source§fn eq(&self, other: &AuthProfileReadError) -> bool
fn eq(&self, other: &AuthProfileReadError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for AuthProfileReadError
impl StructuralPartialEq for AuthProfileReadError
Auto Trait Implementations§
impl Freeze for AuthProfileReadError
impl RefUnwindSafe for AuthProfileReadError
impl Send for AuthProfileReadError
impl Sync for AuthProfileReadError
impl Unpin for AuthProfileReadError
impl UnsafeUnpin for AuthProfileReadError
impl UnwindSafe for AuthProfileReadError
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