pub struct SetDate;Expand description
Sets the date header of all outgoing requests
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetDate
impl RefUnwindSafe for SetDate
impl Send for SetDate
impl Sync for SetDate
impl Unpin for SetDate
impl UnwindSafe for SetDate
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