pub struct BackOfHouse { /* private fields */ }Expand description
Request descriptor for Gingr back-of-house views used as raw operational evidence for near-term labor planning.
Implementations§
Source§impl BackOfHouse
impl BackOfHouse
Sourcepub fn builder() -> BackOfHouseBuilder
pub fn builder() -> BackOfHouseBuilder
Starts a builder that makes each provider parameter explicit before request capture.
Trait Implementations§
Source§impl Clone for BackOfHouse
impl Clone for BackOfHouse
Source§fn clone(&self) -> BackOfHouse
fn clone(&self) -> BackOfHouse
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 BackOfHouse
impl Debug for BackOfHouse
Source§impl PartialEq for BackOfHouse
impl PartialEq for BackOfHouse
Source§impl Request for BackOfHouse
impl Request for BackOfHouse
Source§fn path(&self) -> &'static str
fn path(&self) -> &'static str
Returns the Gingr API path used for request capture and transport.
Source§fn parameters(&self) -> Vec<(String, String)>
fn parameters(&self) -> Vec<(String, String)>
Returns the query or form parameters that document exactly what provider facts are requested.
Source§fn sensitive_parameter_names(&self) -> &'static [&'static str]
fn sensitive_parameter_names(&self) -> &'static [&'static str]
Names provider parameters such as phone, email, or API key that must be redacted in diagnostics.
Source§fn request_parts(&self) -> RequestParts
fn request_parts(&self) -> RequestParts
Converts the descriptor into transport-ready parts without sending a live Gingr request.
impl Eq for BackOfHouse
impl StructuralPartialEq for BackOfHouse
Auto Trait Implementations§
impl Freeze for BackOfHouse
impl RefUnwindSafe for BackOfHouse
impl Send for BackOfHouse
impl Sync for BackOfHouse
impl Unpin for BackOfHouse
impl UnsafeUnpin for BackOfHouse
impl UnwindSafe for BackOfHouse
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