pub struct CalendarResponse {
pub response: Response,
pub changed: bool,
}Expand description
Response from a calendar.
Fields§
§response: ResponseThe UI response.
changed: boolWhether the selected date changed this frame.
Auto Trait Implementations§
impl Freeze for CalendarResponse
impl !RefUnwindSafe for CalendarResponse
impl Send for CalendarResponse
impl Sync for CalendarResponse
impl Unpin for CalendarResponse
impl UnsafeUnpin for CalendarResponse
impl !UnwindSafe for CalendarResponse
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