pub struct Set {
pub set_number: u8,
pub first_quarter: SetPoints,
pub second_quarter: SetPoints,
pub third_quarter: SetPoints,
pub fourth_quarter: SetPoints,
pub duration: String,
}
Fields§
§set_number: u8
§first_quarter: SetPoints
§second_quarter: SetPoints
§third_quarter: SetPoints
§fourth_quarter: SetPoints
§duration: String
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Set
impl RefUnwindSafe for Set
impl Send for Set
impl Sync for Set
impl Unpin for Set
impl UnwindSafe for Set
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