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