pub struct Envelope(/* private fields */);Implementations§
Source§impl Envelope
impl Envelope
pub fn try_view(row: &EncodedPodRow) -> Result<&Self, EnvelopeError>
pub fn flags(&self) -> u8
pub fn header_size(&self) -> usize
pub fn created_at(&self) -> Option<DateTime>
pub fn updated_at(&self) -> Option<DateTime>
pub fn time(&self) -> Option<DateTime>
pub fn fingerprint(&self) -> Option<RowShapeFingerprint>
pub fn body(&self) -> &[u8] ⓘ
Trait Implementations§
impl Eq for Envelope
impl StructuralPartialEq for Envelope
Auto Trait Implementations§
impl Freeze for Envelope
impl RefUnwindSafe for Envelope
impl Send for Envelope
impl Sync for Envelope
impl Unpin for Envelope
impl UnsafeUnpin for Envelope
impl UnwindSafe for Envelope
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