pub struct AppendAck {
pub start: StreamPosition,
pub end: StreamPosition,
pub tail: StreamPosition,
}Fields§
§start: StreamPosition§end: StreamPosition§tail: StreamPositionTrait Implementations§
Auto Trait Implementations§
impl Freeze for AppendAck
impl RefUnwindSafe for AppendAck
impl Send for AppendAck
impl Sync for AppendAck
impl Unpin for AppendAck
impl UnwindSafe for AppendAck
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