pub struct PutOutcome {
pub stored: bool,
pub remaining_count: u64,
pub expires_at: DateTime<Utc>,
}Expand description
What one accepted write reports back.
Fields§
§stored: bool§remaining_count: u64§expires_at: DateTime<Utc>Trait Implementations§
Source§impl Clone for PutOutcome
impl Clone for PutOutcome
impl Copy for PutOutcome
Auto Trait Implementations§
impl Freeze for PutOutcome
impl RefUnwindSafe for PutOutcome
impl Send for PutOutcome
impl Sync for PutOutcome
impl Unpin for PutOutcome
impl UnsafeUnpin for PutOutcome
impl UnwindSafe for PutOutcome
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