pub struct DateAtBootRequest { /* private fields */ }Implementations§
Trait Implementations§
Source§impl LimineRequest for DateAtBootRequest
impl LimineRequest for DateAtBootRequest
type Response = DateAtBootResponse
fn get_response(&self) -> Option<&Self::Response>
Auto Trait Implementations§
impl Freeze for DateAtBootRequest
impl RefUnwindSafe for DateAtBootRequest
impl Send for DateAtBootRequest
impl Sync for DateAtBootRequest
impl Unpin for DateAtBootRequest
impl UnwindSafe for DateAtBootRequest
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