pub struct LpHeaders {
pub pit_token: Option<Bytes>,
pub congestion_mark: Option<u64>,
pub incoming_face_id: Option<u64>,
pub cache_policy: Option<CachePolicyType>,
}Expand description
Optional LP header fields for encoding.
Fields§
§pit_token: Option<Bytes>§congestion_mark: Option<u64>§incoming_face_id: Option<u64>§cache_policy: Option<CachePolicyType>Auto Trait Implementations§
impl !Freeze for LpHeaders
impl RefUnwindSafe for LpHeaders
impl Send for LpHeaders
impl Sync for LpHeaders
impl Unpin for LpHeaders
impl UnwindSafe for LpHeaders
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