pub struct WorkerRouteWithdrawItem {
pub template: String,
pub qty: Option<u32>,
}Expand description
One withdraw line for a WithdrawFrom editor stop.
Fields§
§template: String§qty: Option<u32>None = take every stack of this template (carry-capped; the worker
loops back for the rest). Some(n) = take exactly n.
Trait Implementations§
Source§impl Clone for WorkerRouteWithdrawItem
impl Clone for WorkerRouteWithdrawItem
Source§fn clone(&self) -> WorkerRouteWithdrawItem
fn clone(&self) -> WorkerRouteWithdrawItem
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 WorkerRouteWithdrawItem
impl Debug for WorkerRouteWithdrawItem
Source§impl PartialEq for WorkerRouteWithdrawItem
impl PartialEq for WorkerRouteWithdrawItem
impl StructuralPartialEq for WorkerRouteWithdrawItem
Auto Trait Implementations§
impl Freeze for WorkerRouteWithdrawItem
impl RefUnwindSafe for WorkerRouteWithdrawItem
impl Send for WorkerRouteWithdrawItem
impl Sync for WorkerRouteWithdrawItem
impl Unpin for WorkerRouteWithdrawItem
impl UnsafeUnpin for WorkerRouteWithdrawItem
impl UnwindSafe for WorkerRouteWithdrawItem
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