pub struct ProfileDef { /* private fields */ }Expand description
A profile definition carrying declared dependencies and its library root.
Trait Implementations§
Source§impl Clone for ProfileDef
impl Clone for ProfileDef
Source§fn clone(&self) -> ProfileDef
fn clone(&self) -> ProfileDef
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 moreAuto Trait Implementations§
impl Freeze for ProfileDef
impl RefUnwindSafe for ProfileDef
impl Send for ProfileDef
impl Sync for ProfileDef
impl Unpin for ProfileDef
impl UnsafeUnpin for ProfileDef
impl UnwindSafe for ProfileDef
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