pub struct ActionAttempts(pub String, pub String);Tuple Fields§
§0: String§1: StringImplementations§
Source§impl ActionAttempts
impl ActionAttempts
pub fn get(self, action_attempt_id: String) -> Result<ActionAttempt>
Auto Trait Implementations§
impl Freeze for ActionAttempts
impl RefUnwindSafe for ActionAttempts
impl Send for ActionAttempts
impl Sync for ActionAttempts
impl Unpin for ActionAttempts
impl UnwindSafe for ActionAttempts
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