Struct grid_sdk::protocol::track_and_trace::state::PropertyPageBuilder
source · [−]pub struct PropertyPageBuilder { /* private fields */ }Expand description
Builder used to create a PropertyPage
Implementations
sourceimpl PropertyPageBuilder
impl PropertyPageBuilder
pub fn new() -> Self
pub fn with_name(self, value: String) -> Self
pub fn with_record_id(self, value: String) -> Self
pub fn with_reported_values(self, value: Vec<ReportedValue>) -> Self
pub fn build(self) -> Result<PropertyPage, BuilderError>
Trait Implementations
sourceimpl Debug for PropertyPageBuilder
impl Debug for PropertyPageBuilder
sourceimpl Default for PropertyPageBuilder
impl Default for PropertyPageBuilder
sourcefn default() -> PropertyPageBuilder
fn default() -> PropertyPageBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PropertyPageBuilder
impl Send for PropertyPageBuilder
impl Sync for PropertyPageBuilder
impl Unpin for PropertyPageBuilder
impl UnwindSafe for PropertyPageBuilder
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more