pub(crate) struct ShimTarget {
alias: Option<String>,
target_path: String,
default_args: Vec<String>,
}Fields§
§alias: Option<String>§target_path: String§default_args: Vec<String>Trait Implementations§
Source§impl Clone for ShimTarget
impl Clone for ShimTarget
Source§fn clone(&self) -> ShimTarget
fn clone(&self) -> ShimTarget
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 ShimTarget
impl RefUnwindSafe for ShimTarget
impl Send for ShimTarget
impl Sync for ShimTarget
impl Unpin for ShimTarget
impl UnwindSafe for ShimTarget
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