pub struct BodySections {
pub current_dashboard: bool,
pub final_dashboard: bool,
pub durable_record: bool,
pub closeout_checks: bool,
pub task_decomposition: bool,
}Fields§
§current_dashboard: bool§final_dashboard: bool§durable_record: bool§closeout_checks: bool§task_decomposition: boolTrait Implementations§
Source§impl Clone for BodySections
impl Clone for BodySections
Source§fn clone(&self) -> BodySections
fn clone(&self) -> BodySections
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 BodySections
impl Debug for BodySections
Auto Trait Implementations§
impl Freeze for BodySections
impl RefUnwindSafe for BodySections
impl Send for BodySections
impl Sync for BodySections
impl Unpin for BodySections
impl UnsafeUnpin for BodySections
impl UnwindSafe for BodySections
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