pub struct Status { /* private fields */ }Expand description
An output record from a bartoc client
Implementations§
Source§impl Status
impl Status
Sourcepub fn cmd_uuid(&self) -> UuidWrapper
pub fn cmd_uuid(&self) -> UuidWrapper
The command Uuid of the bartoc command that produced the status
Sourcepub fn timestamp(&self) -> OffsetDataTimeWrapper
pub fn timestamp(&self) -> OffsetDataTimeWrapper
The timestamp of the status
Trait Implementations§
Source§impl<'de, Context> BorrowDecode<'de, Context> for Status
impl<'de, Context> BorrowDecode<'de, Context> for Status
Source§fn borrow_decode<D: BorrowDecoder<'de, Context = Context>>(
decoder: &mut D,
) -> Result<Self, DecodeError>
fn borrow_decode<D: BorrowDecoder<'de, Context = Context>>( decoder: &mut D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Ord for Status
impl Ord for Status
Source§impl PartialOrd for Status
impl PartialOrd for Status
impl Copy for Status
impl Eq for Status
impl StructuralPartialEq for Status
Auto Trait Implementations§
impl Freeze for Status
impl RefUnwindSafe for Status
impl Send for Status
impl Sync for Status
impl Unpin for Status
impl UnwindSafe for Status
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