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