pub struct GetHolidayScheduleResponse {
pub holiday_index: Option<u8>,
pub status: Option<u8>,
pub local_start_time: Option<u64>,
pub local_end_time: Option<u64>,
pub operating_mode: Option<OperatingMode>,
}Fields§
§holiday_index: Option<u8>§status: Option<u8>§local_start_time: Option<u64>§local_end_time: Option<u64>§operating_mode: Option<OperatingMode>Trait Implementations§
Source§impl Debug for GetHolidayScheduleResponse
impl Debug for GetHolidayScheduleResponse
Auto Trait Implementations§
impl Freeze for GetHolidayScheduleResponse
impl RefUnwindSafe for GetHolidayScheduleResponse
impl Send for GetHolidayScheduleResponse
impl Sync for GetHolidayScheduleResponse
impl Unpin for GetHolidayScheduleResponse
impl UnwindSafe for GetHolidayScheduleResponse
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