pub struct GetDayEntryResponse {
pub day_entry: Option<DayEntry>,
}Fields§
§day_entry: Option<DayEntry>Trait Implementations§
Source§impl Debug for GetDayEntryResponse
impl Debug for GetDayEntryResponse
Auto Trait Implementations§
impl Freeze for GetDayEntryResponse
impl RefUnwindSafe for GetDayEntryResponse
impl Send for GetDayEntryResponse
impl Sync for GetDayEntryResponse
impl Unpin for GetDayEntryResponse
impl UnwindSafe for GetDayEntryResponse
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