pub struct PostOptions {
pub idempotency_key: Option<String>,
}
Fields§
§idempotency_key: Option<String>
Trait Implementations§
Source§impl Default for PostOptions
impl Default for PostOptions
Source§fn default() -> PostOptions
fn default() -> PostOptions
Returns the “default value” for a type. Read more
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