pub struct OwnerEntry {
pub owner: String,
pub source: Option<String>,
}Expand description
Owner entry in output.
Fields§
§owner: StringLogin.
source: Option<String>Source in merged config.
Trait Implementations§
Source§impl Clone for OwnerEntry
impl Clone for OwnerEntry
Source§fn clone(&self) -> OwnerEntry
fn clone(&self) -> OwnerEntry
Returns a duplicate 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 OwnerEntry
impl Debug for OwnerEntry
Auto Trait Implementations§
impl Freeze for OwnerEntry
impl RefUnwindSafe for OwnerEntry
impl Send for OwnerEntry
impl Sync for OwnerEntry
impl Unpin for OwnerEntry
impl UnsafeUnpin for OwnerEntry
impl UnwindSafe for OwnerEntry
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