pub struct ResolvedCodeArgs {
pub target: String,
pub kind: Option<ItemKind>,
pub name: String,
}Expand description
Resolved positional arguments for the code subcommand.
Fields§
§target: String"self" or a crate name / spec.
kind: Option<ItemKind>§name: StringAuto Trait Implementations§
impl Freeze for ResolvedCodeArgs
impl RefUnwindSafe for ResolvedCodeArgs
impl Send for ResolvedCodeArgs
impl Sync for ResolvedCodeArgs
impl Unpin for ResolvedCodeArgs
impl UnsafeUnpin for ResolvedCodeArgs
impl UnwindSafe for ResolvedCodeArgs
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