pub struct PushCommandParams {
pub mode: ExecuteMode,
pub butler_path: Option<String>,
pub channel_set: Option<String>,
}Expand description
Data for building Commands not read in from file
Fields§
§mode: ExecuteModeDefines how the PushConfig will deal with the command data.
butler_path: Option<String>If provided, will specify location of butler executable.
channel_set: Option<String>Which of the PushConfig’s channel sets to use. If not provided, all channels will be used.
Auto Trait Implementations§
impl Freeze for PushCommandParams
impl RefUnwindSafe for PushCommandParams
impl Send for PushCommandParams
impl Sync for PushCommandParams
impl Unpin for PushCommandParams
impl UnwindSafe for PushCommandParams
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