pub struct EncodedQueueAttemptRow(/* private fields */);Implementations§
Source§impl EncodedQueueAttemptRow
impl EncodedQueueAttemptRow
pub fn view(bytes: &EncodedBytes) -> &Self
pub fn bytes(&self) -> &EncodedBytes
pub fn as_slice(&self) -> &[u8] ⓘ
pub fn into_bytes(self) -> EncodedBytes
pub fn fingerprint(&self) -> RowShapeFingerprint
pub fn created_at(&self) -> DateTime
pub fn updated_at(&self) -> DateTime
pub fn outcome(&self) -> u8
pub fn lost(&self) -> bool
pub fn finished_at(&self) -> DateTime
pub fn is_defined(&self, index: usize) -> bool
pub fn body(&self) -> &[u8] ⓘ
Source§impl EncodedQueueAttemptRow
impl EncodedQueueAttemptRow
pub fn thaw(self) -> EncodedQueueAttemptRowBuilder
Trait Implementations§
Source§impl Clone for EncodedQueueAttemptRow
impl Clone for EncodedQueueAttemptRow
Source§fn clone(&self) -> EncodedQueueAttemptRow
fn clone(&self) -> EncodedQueueAttemptRow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 EncodedQueueAttemptRow
impl Debug for EncodedQueueAttemptRow
Source§impl From<EncodedBytes> for EncodedQueueAttemptRow
impl From<EncodedBytes> for EncodedQueueAttemptRow
Source§fn from(bytes: EncodedBytes) -> Self
fn from(bytes: EncodedBytes) -> Self
Converts to this type from the input type.
Source§impl From<EncodedQueueAttemptRow> for EncodedBytes
impl From<EncodedQueueAttemptRow> for EncodedBytes
Source§fn from(row: EncodedQueueAttemptRow) -> Self
fn from(row: EncodedQueueAttemptRow) -> Self
Converts to this type from the input type.
Source§impl PartialEq for EncodedQueueAttemptRow
impl PartialEq for EncodedQueueAttemptRow
impl StructuralPartialEq for EncodedQueueAttemptRow
Auto Trait Implementations§
impl Freeze for EncodedQueueAttemptRow
impl RefUnwindSafe for EncodedQueueAttemptRow
impl Send for EncodedQueueAttemptRow
impl Sync for EncodedQueueAttemptRow
impl Unpin for EncodedQueueAttemptRow
impl UnsafeUnpin for EncodedQueueAttemptRow
impl UnwindSafe for EncodedQueueAttemptRow
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