pub struct FollowRedirects(pub bool);Tuple Fields§
§0: boolAuto Trait Implementations§
impl Freeze for FollowRedirects
impl RefUnwindSafe for FollowRedirects
impl Send for FollowRedirects
impl Sync for FollowRedirects
impl Unpin for FollowRedirects
impl UnsafeUnpin for FollowRedirects
impl UnwindSafe for FollowRedirects
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