pub struct MaxExportSegments;Expand description
Maximum number of DA segments that a Work Package can produce.
Trait Implementations§
Source§impl Clone for MaxExportSegments
impl Clone for MaxExportSegments
Source§fn clone(&self) -> MaxExportSegments
fn clone(&self) -> MaxExportSegments
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 MaxExportSegments
impl Debug for MaxExportSegments
Source§impl Default for MaxExportSegments
impl Default for MaxExportSegments
Source§fn default() -> MaxExportSegments
fn default() -> MaxExportSegments
Returns the “default value” for a type. Read more
Source§impl PartialEq for MaxExportSegments
impl PartialEq for MaxExportSegments
impl Copy for MaxExportSegments
impl Eq for MaxExportSegments
impl StructuralPartialEq for MaxExportSegments
Auto Trait Implementations§
impl Freeze for MaxExportSegments
impl RefUnwindSafe for MaxExportSegments
impl Send for MaxExportSegments
impl Sync for MaxExportSegments
impl Unpin for MaxExportSegments
impl UnwindSafe for MaxExportSegments
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