pub struct ResolvedProfile {
pub layers: Vec<ProfileLayer>,
pub merged: MergedProfile,
}Fields§
§layers: Vec<ProfileLayer>§merged: MergedProfileTrait Implementations§
Source§impl Clone for ResolvedProfile
impl Clone for ResolvedProfile
Source§fn clone(&self) -> ResolvedProfile
fn clone(&self) -> ResolvedProfile
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 ResolvedProfile
impl Debug for ResolvedProfile
Auto Trait Implementations§
impl Freeze for ResolvedProfile
impl RefUnwindSafe for ResolvedProfile
impl Send for ResolvedProfile
impl Sync for ResolvedProfile
impl Unpin for ResolvedProfile
impl UnsafeUnpin for ResolvedProfile
impl UnwindSafe for ResolvedProfile
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