pub struct SendingTimeBytes<'a>(pub &'a [u8]);Expand description
FixSendingTime wrapper for preformatted bytes.
Tuple Fields§
§0: &'a [u8]Trait Implementations§
Source§impl FixSendingTime for SendingTimeBytes<'_>
impl FixSendingTime for SendingTimeBytes<'_>
Source§fn encode_sending_time(&self, out: &mut Vec<u8>)
fn encode_sending_time(&self, out: &mut Vec<u8>)
Encode the sending time into
out (YYYYMMDD-HH:MM:SS.mmm).Auto Trait Implementations§
impl<'a> Freeze for SendingTimeBytes<'a>
impl<'a> RefUnwindSafe for SendingTimeBytes<'a>
impl<'a> Send for SendingTimeBytes<'a>
impl<'a> Sync for SendingTimeBytes<'a>
impl<'a> Unpin for SendingTimeBytes<'a>
impl<'a> UnsafeUnpin for SendingTimeBytes<'a>
impl<'a> UnwindSafe for SendingTimeBytes<'a>
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