pub struct GetContextOpts { /* private fields */ }
Expand description
Options passed to api::get_context
.
Implementations§
Source§impl GetContextOpts
impl GetContextOpts
Sourcepub fn builder() -> GetContextOptsBuilder
pub fn builder() -> GetContextOptsBuilder
Creates a new GetContextOptsBuilder
.
Trait Implementations§
Source§impl Clone for GetContextOpts
impl Clone for GetContextOpts
Source§fn clone(&self) -> GetContextOpts
fn clone(&self) -> GetContextOpts
Returns a duplicate of the value. Read more
1.0.0 · 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 GetContextOpts
impl Debug for GetContextOpts
Source§impl Default for GetContextOpts
impl Default for GetContextOpts
Source§fn default() -> GetContextOpts
fn default() -> GetContextOpts
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetContextOpts
impl RefUnwindSafe for GetContextOpts
impl !Send for GetContextOpts
impl !Sync for GetContextOpts
impl Unpin for GetContextOpts
impl UnwindSafe for GetContextOpts
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