pub struct AppendMeta {
pub element_count: Option<i32>,
pub headers: Vec<(String, String)>,
}Expand description
Optional metadata to include in PlainPB PayloadInfo headers.
Fields§
§element_count: Option<i32>§headers: Vec<(String, String)>Trait Implementations§
Source§impl Clone for AppendMeta
impl Clone for AppendMeta
Source§fn clone(&self) -> AppendMeta
fn clone(&self) -> AppendMeta
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AppendMeta
impl Debug for AppendMeta
Source§impl Default for AppendMeta
impl Default for AppendMeta
Source§fn default() -> AppendMeta
fn default() -> AppendMeta
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for AppendMeta
impl RefUnwindSafe for AppendMeta
impl Send for AppendMeta
impl Sync for AppendMeta
impl Unpin for AppendMeta
impl UnsafeUnpin for AppendMeta
impl UnwindSafe for AppendMeta
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