pub struct DependencyChainEntry {
pub resource_type: ResourceType,
pub name: String,
pub path: Option<String>,
}Fields§
§resource_type: ResourceType§name: String§path: Option<String>Trait Implementations§
Source§impl Clone for DependencyChainEntry
impl Clone for DependencyChainEntry
Source§fn clone(&self) -> DependencyChainEntry
fn clone(&self) -> DependencyChainEntry
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 moreAuto Trait Implementations§
impl Freeze for DependencyChainEntry
impl RefUnwindSafe for DependencyChainEntry
impl Send for DependencyChainEntry
impl Sync for DependencyChainEntry
impl Unpin for DependencyChainEntry
impl UnwindSafe for DependencyChainEntry
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