pub struct ReportCardFiles { /* private fields */ }Expand description
Request descriptor for Gingr report-card file metadata used as source material for Pawgress-style customer updates.
Implementations§
Source§impl ReportCardFiles
impl ReportCardFiles
Sourcepub fn builder() -> ReportCardFilesBuilder
pub fn builder() -> ReportCardFilesBuilder
Starts a builder that makes each provider parameter explicit before request capture.
Trait Implementations§
Source§impl Clone for ReportCardFiles
impl Clone for ReportCardFiles
Source§fn clone(&self) -> ReportCardFiles
fn clone(&self) -> ReportCardFiles
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 ReportCardFiles
impl Debug for ReportCardFiles
Source§impl Default for ReportCardFiles
impl Default for ReportCardFiles
Source§fn default() -> ReportCardFiles
fn default() -> ReportCardFiles
Returns the “default value” for a type. Read more
Source§impl PartialEq for ReportCardFiles
impl PartialEq for ReportCardFiles
Source§impl Request for ReportCardFiles
impl Request for ReportCardFiles
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 ReportCardFiles
impl StructuralPartialEq for ReportCardFiles
Auto Trait Implementations§
impl Freeze for ReportCardFiles
impl RefUnwindSafe for ReportCardFiles
impl Send for ReportCardFiles
impl Sync for ReportCardFiles
impl Unpin for ReportCardFiles
impl UnsafeUnpin for ReportCardFiles
impl UnwindSafe for ReportCardFiles
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