pub struct CommandPayload {
pub manifest: CommandManifest,
pub run: Option<String>,
pub readme: Option<ReadmePatch>,
}Fields§
§manifest: CommandManifest§run: Option<String>§readme: Option<ReadmePatch>Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandPayload
impl RefUnwindSafe for CommandPayload
impl Send for CommandPayload
impl Sync for CommandPayload
impl Unpin for CommandPayload
impl UnsafeUnpin for CommandPayload
impl UnwindSafe for CommandPayload
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