pub struct AddResourceOutcome {
pub path: Utf8PathBuf,
pub companions_created: Vec<Utf8PathBuf>,
pub trackers_created: Vec<Utf8PathBuf>,
}Fields§
§path: Utf8PathBuf§companions_created: Vec<Utf8PathBuf>Companion definitions created because the template depends on them.
trackers_created: Vec<Utf8PathBuf>Tracker lanes created because the template deposits into them.
Trait Implementations§
Source§impl Clone for AddResourceOutcome
impl Clone for AddResourceOutcome
Source§fn clone(&self) -> AddResourceOutcome
fn clone(&self) -> AddResourceOutcome
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 AddResourceOutcome
impl Debug for AddResourceOutcome
impl Eq for AddResourceOutcome
Source§impl PartialEq for AddResourceOutcome
impl PartialEq for AddResourceOutcome
impl StructuralPartialEq for AddResourceOutcome
Auto Trait Implementations§
impl Freeze for AddResourceOutcome
impl RefUnwindSafe for AddResourceOutcome
impl Send for AddResourceOutcome
impl Sync for AddResourceOutcome
impl Unpin for AddResourceOutcome
impl UnsafeUnpin for AddResourceOutcome
impl UnwindSafe for AddResourceOutcome
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