pub struct ResolvedLocalProfile {
pub profile_document: Option<String>,
pub profile_source_path: Option<PathBuf>,
pub source: LocalProfileSource,
}Fields§
§profile_document: Option<String>§profile_source_path: Option<PathBuf>§source: LocalProfileSourceTrait Implementations§
Source§impl Clone for ResolvedLocalProfile
impl Clone for ResolvedLocalProfile
Source§fn clone(&self) -> ResolvedLocalProfile
fn clone(&self) -> ResolvedLocalProfile
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 ResolvedLocalProfile
impl Debug for ResolvedLocalProfile
impl Eq for ResolvedLocalProfile
Source§impl PartialEq for ResolvedLocalProfile
impl PartialEq for ResolvedLocalProfile
Source§fn eq(&self, other: &ResolvedLocalProfile) -> bool
fn eq(&self, other: &ResolvedLocalProfile) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ResolvedLocalProfile
Auto Trait Implementations§
impl Freeze for ResolvedLocalProfile
impl RefUnwindSafe for ResolvedLocalProfile
impl Send for ResolvedLocalProfile
impl Sync for ResolvedLocalProfile
impl Unpin for ResolvedLocalProfile
impl UnsafeUnpin for ResolvedLocalProfile
impl UnwindSafe for ResolvedLocalProfile
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.