pub struct GoogleInteractionOptions {
pub headers: Headers,
pub cancellation: CancellationToken,
}Expand description
Headers and cancellation for an existing Interactions resource.
Fields§
§headers: HeadersExtra request headers.
cancellation: CancellationTokenCancellation of this resource operation.
Trait Implementations§
Source§impl Clone for GoogleInteractionOptions
impl Clone for GoogleInteractionOptions
Source§fn clone(&self) -> GoogleInteractionOptions
fn clone(&self) -> GoogleInteractionOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for GoogleInteractionOptions
impl Debug for GoogleInteractionOptions
Source§impl Default for GoogleInteractionOptions
impl Default for GoogleInteractionOptions
Source§fn default() -> GoogleInteractionOptions
fn default() -> GoogleInteractionOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GoogleInteractionOptions
impl RefUnwindSafe for GoogleInteractionOptions
impl Send for GoogleInteractionOptions
impl Sync for GoogleInteractionOptions
impl Unpin for GoogleInteractionOptions
impl UnsafeUnpin for GoogleInteractionOptions
impl UnwindSafe for GoogleInteractionOptions
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