pub struct GetOptions {
pub params: Option<Value>,
}Fields§
§params: Option<Value>Trait Implementations§
Source§impl Default for GetOptions
impl Default for GetOptions
Source§fn default() -> GetOptions
fn default() -> GetOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for GetOptions
impl RefUnwindSafe for GetOptions
impl Send for GetOptions
impl Sync for GetOptions
impl Unpin for GetOptions
impl UnsafeUnpin 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