pub struct PostponeOutcome {
pub postpone_secs: u64,
}Expand description
Returned by postpone_break_impl so test callers can see what the
command would have emitted. The shim discards this in production.
Fields§
§postpone_secs: u64Trait Implementations§
Source§impl Clone for PostponeOutcome
impl Clone for PostponeOutcome
Source§fn clone(&self) -> PostponeOutcome
fn clone(&self) -> PostponeOutcome
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 moreSource§impl Debug for PostponeOutcome
impl Debug for PostponeOutcome
impl Copy for PostponeOutcome
Auto Trait Implementations§
impl Freeze for PostponeOutcome
impl RefUnwindSafe for PostponeOutcome
impl Send for PostponeOutcome
impl Sync for PostponeOutcome
impl Unpin for PostponeOutcome
impl UnsafeUnpin for PostponeOutcome
impl UnwindSafe for PostponeOutcome
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