pub enum FetchType<'a> {
Standalone {
namespace: Path<'a>,
track: Cow<'a, str>,
start: Location,
end: Location,
},
RelativeJoining {
subscriber_request_id: RequestId,
group_offset: u64,
},
AbsoluteJoining {
subscriber_request_id: RequestId,
group_id: u64,
},
}Variants§
Trait Implementations§
impl<'a> Eq for FetchType<'a>
impl<'a> StructuralPartialEq for FetchType<'a>
Auto Trait Implementations§
impl<'a> Freeze for FetchType<'a>
impl<'a> RefUnwindSafe for FetchType<'a>
impl<'a> Send for FetchType<'a>
impl<'a> Sync for FetchType<'a>
impl<'a> Unpin for FetchType<'a>
impl<'a> UnwindSafe for FetchType<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)