pub struct LogEntry {
pub cluster: ClusterID,
pub log_str: Vec<u8>,
}Fields§
§cluster: ClusterID§log_str: Vec<u8>Trait Implementations§
Source§impl<P> Deserialize<P> for LogEntrywhere
P: ProtocolReader,
impl<P> Deserialize<P> for LogEntrywhere
P: ProtocolReader,
Source§impl Ord for LogEntry
impl Ord for LogEntry
Source§impl PartialOrd for LogEntry
impl PartialOrd for LogEntry
impl Eq for LogEntry
impl Send for LogEntry
impl StructuralPartialEq for LogEntry
impl Sync for LogEntry
Auto Trait Implementations§
impl Freeze for LogEntry
impl RefUnwindSafe for LogEntry
impl Unpin for LogEntry
impl UnwindSafe for LogEntry
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