pub struct KeySeq {
pub key: String,
pub seq: Option<u64>,
}Expand description
A list entry.
Fields§
§key: String§seq: Option<u64>Trait Implementations§
impl Eq for KeySeq
impl StructuralPartialEq for KeySeq
Auto Trait Implementations§
impl Freeze for KeySeq
impl RefUnwindSafe for KeySeq
impl Send for KeySeq
impl Sync for KeySeq
impl Unpin for KeySeq
impl UnsafeUnpin for KeySeq
impl UnwindSafe for KeySeq
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