pub struct AppendStreamInput<'a> {
pub stream_id: BucketStreamId,
pub content_type: Option<&'a str>,
pub payload: &'a [u8],
pub close_after: bool,
pub stream_seq: Option<String>,
pub producer: Option<ProducerRequest>,
pub now_ms: u64,
}Fields§
§stream_id: BucketStreamId§content_type: Option<&'a str>§payload: &'a [u8]§close_after: bool§stream_seq: Option<String>§producer: Option<ProducerRequest>§now_ms: u64Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for AppendStreamInput<'a>
impl<'a> RefUnwindSafe for AppendStreamInput<'a>
impl<'a> Send for AppendStreamInput<'a>
impl<'a> Sync for AppendStreamInput<'a>
impl<'a> Unpin for AppendStreamInput<'a>
impl<'a> UnsafeUnpin for AppendStreamInput<'a>
impl<'a> UnwindSafe for AppendStreamInput<'a>
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