pub struct WidgetData { /* private fields */ }Expand description
Request descriptor for Gingr reservation widget data at a provider timestamp.
Implementations§
Source§impl WidgetData
impl WidgetData
Sourcepub fn builder() -> WidgetDataBuilder
pub fn builder() -> WidgetDataBuilder
Starts a builder that makes each provider parameter explicit before request capture.
Trait Implementations§
Source§impl Clone for WidgetData
impl Clone for WidgetData
Source§fn clone(&self) -> WidgetData
fn clone(&self) -> WidgetData
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 WidgetData
impl Debug for WidgetData
Source§impl PartialEq for WidgetData
impl PartialEq for WidgetData
Source§impl Request for WidgetData
impl Request for WidgetData
Source§fn parameters(&self) -> Vec<(String, String)>
fn parameters(&self) -> Vec<(String, String)>
Describes the provider wire contract for this Gingr request.
Source§fn sensitive_parameter_names(&self) -> &'static [&'static str]
fn sensitive_parameter_names(&self) -> &'static [&'static str]
Describes the provider wire contract for this Gingr request.
Source§fn request_parts(&self) -> RequestParts
fn request_parts(&self) -> RequestParts
Describes the provider wire contract for this Gingr request.
impl Eq for WidgetData
impl StructuralPartialEq for WidgetData
Auto Trait Implementations§
impl Freeze for WidgetData
impl RefUnwindSafe for WidgetData
impl Send for WidgetData
impl Sync for WidgetData
impl Unpin for WidgetData
impl UnsafeUnpin for WidgetData
impl UnwindSafe for WidgetData
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