pub struct ManualMemoDependency {
pub root: ManualMemoDependencyRoot,
pub path: Vec<DependencyPathEntry>,
pub loc: Option<SourceLocation>,
}Fields§
§root: ManualMemoDependencyRoot§path: Vec<DependencyPathEntry>§loc: Option<SourceLocation>Trait Implementations§
Source§impl Clone for ManualMemoDependency
impl Clone for ManualMemoDependency
Source§fn clone(&self) -> ManualMemoDependency
fn clone(&self) -> ManualMemoDependency
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 ManualMemoDependency
impl RefUnwindSafe for ManualMemoDependency
impl Send for ManualMemoDependency
impl Sync for ManualMemoDependency
impl Unpin for ManualMemoDependency
impl UnsafeUnpin for ManualMemoDependency
impl UnwindSafe for ManualMemoDependency
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