pub struct TimeclockReport { /* private fields */ }Expand description
Typed request for Gingr timeclock reports used as labor workflow evidence.
Implementations§
Source§impl TimeclockReport
impl TimeclockReport
Sourcepub fn builder() -> TimeclockReportBuilder
pub fn builder() -> TimeclockReportBuilder
Starts a builder that makes each provider parameter explicit before request capture.
Trait Implementations§
Source§impl Clone for TimeclockReport
impl Clone for TimeclockReport
Source§fn clone(&self) -> TimeclockReport
fn clone(&self) -> TimeclockReport
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 TimeclockReport
impl Debug for TimeclockReport
Source§impl PartialEq for TimeclockReport
impl PartialEq for TimeclockReport
Source§impl Request for TimeclockReport
impl Request for TimeclockReport
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 TimeclockReport
impl StructuralPartialEq for TimeclockReport
Auto Trait Implementations§
impl Freeze for TimeclockReport
impl RefUnwindSafe for TimeclockReport
impl Send for TimeclockReport
impl Sync for TimeclockReport
impl Unpin for TimeclockReport
impl UnsafeUnpin for TimeclockReport
impl UnwindSafe for TimeclockReport
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