pub struct StatLine {
pub key: Bytes,
pub value: Bytes,
}Expand description
A stat line (key/value pair).
Fields§
§key: Bytes§value: BytesTrait Implementations§
Auto Trait Implementations§
impl !Freeze for StatLine
impl RefUnwindSafe for StatLine
impl Send for StatLine
impl Sync for StatLine
impl Unpin for StatLine
impl UnwindSafe for StatLine
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