pub enum RollupStopJobParts<'b> {
Id(&'b str),
}
Expand description
API parts for the Rollup Stop Job API
Variants§
Implementations§
Trait Implementations§
Source§impl<'b> Clone for RollupStopJobParts<'b>
impl<'b> Clone for RollupStopJobParts<'b>
Source§fn clone(&self) -> RollupStopJobParts<'b>
fn clone(&self) -> RollupStopJobParts<'b>
Returns a copy 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<'b> Debug for RollupStopJobParts<'b>
impl<'b> Debug for RollupStopJobParts<'b>
Source§impl<'b> PartialEq for RollupStopJobParts<'b>
impl<'b> PartialEq for RollupStopJobParts<'b>
impl<'b> Eq for RollupStopJobParts<'b>
impl<'b> StructuralPartialEq for RollupStopJobParts<'b>
Auto Trait Implementations§
impl<'b> Freeze for RollupStopJobParts<'b>
impl<'b> RefUnwindSafe for RollupStopJobParts<'b>
impl<'b> Send for RollupStopJobParts<'b>
impl<'b> Sync for RollupStopJobParts<'b>
impl<'b> Unpin for RollupStopJobParts<'b>
impl<'b> UnwindSafe for RollupStopJobParts<'b>
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