pub struct Marker {
pub key: KeyType,
/* private fields */
}
Fields§
§key: KeyType
Implementations§
Source§impl Marker
impl Marker
pub fn new(key: KeyType, action: ActionType, step: Option<StepType>) -> Self
pub fn with_is_success(self, success: bool) -> Self
pub fn with_status_code(self, status_code: u16) -> Self
pub fn with_attempt(self, attempt: u32) -> Self
pub fn with_url(self, url: String) -> Self
pub fn with_message(self, message: String) -> Self
pub fn with_eval_details(self, details: EvaluationDetails) -> Self
pub fn with_config_spec_ready(self, ready: bool) -> Self
pub fn with_source(self, source: String) -> Self
pub fn with_sdk_region(self, region: Option<String>) -> Self
pub fn with_id_list_count(self, count: usize) -> Self
pub fn with_error(self, error: HashMap<String, String>) -> Self
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Marker
impl<'de> Deserialize<'de> for Marker
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for Marker
Auto Trait Implementations§
impl Freeze for Marker
impl RefUnwindSafe for Marker
impl Send for Marker
impl Sync for Marker
impl Unpin for Marker
impl UnwindSafe for Marker
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