pub struct RegionSpec {
pub id: RegionId,
pub writer: WriterEndpoint,
}Expand description
Identity and writer direction attached during consuming preparation.
Fields§
§id: RegionIdOpaque identity, unique within a batch.
writer: WriterEndpointCoordinator-relative writer direction.
Trait Implementations§
Source§impl Clone for RegionSpec
impl Clone for RegionSpec
Source§fn clone(&self) -> RegionSpec
fn clone(&self) -> RegionSpec
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 moreimpl Copy for RegionSpec
Source§impl Debug for RegionSpec
impl Debug for RegionSpec
impl Eq for RegionSpec
Source§impl PartialEq for RegionSpec
impl PartialEq for RegionSpec
impl StructuralPartialEq for RegionSpec
Auto Trait Implementations§
impl Freeze for RegionSpec
impl RefUnwindSafe for RegionSpec
impl Send for RegionSpec
impl Sync for RegionSpec
impl Unpin for RegionSpec
impl UnsafeUnpin for RegionSpec
impl UnwindSafe for RegionSpec
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