pub struct GetOptions {
pub tags: Option<Vec<(String, String)>>,
pub params: Option<Value>,
pub no_create: Option<bool>,
pub create: Option<PartialCreateRequestMetadata>,
}Fields§
§params: Option<Value>§no_create: Option<bool>§create: Option<PartialCreateRequestMetadata>Trait Implementations§
Auto Trait Implementations§
impl Freeze for GetOptions
impl RefUnwindSafe for GetOptions
impl Send for GetOptions
impl Sync for GetOptions
impl Unpin for GetOptions
impl UnwindSafe for GetOptions
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