Struct hyper_scripter::util::PrepareRespond
source · pub struct PrepareRespond {
pub is_new: bool,
pub time: DateTime<Utc>,
}
Fields§
§is_new: bool
§time: DateTime<Utc>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for PrepareRespond
impl Send for PrepareRespond
impl Sync for PrepareRespond
impl Unpin for PrepareRespond
impl UnwindSafe for PrepareRespond
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