pub struct PostOptions { /* private fields */ }Trait Implementations§
Source§impl Default for PostOptions
impl Default for PostOptions
Auto Trait Implementations§
impl Freeze for PostOptions
impl RefUnwindSafe for PostOptions
impl Send for PostOptions
impl Sync for PostOptions
impl Unpin for PostOptions
impl UnwindSafe for PostOptions
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