pub struct ProjectionKey { /* private fields */ }Expand description
One projection family bound to one source partition.
Implementations§
Source§impl ProjectionKey
impl ProjectionKey
Sourcepub fn source_partition(&self) -> &str
pub fn source_partition(&self) -> &str
Returns the source partition.
Trait Implementations§
Source§impl Clone for ProjectionKey
impl Clone for ProjectionKey
Source§fn clone(&self) -> ProjectionKey
fn clone(&self) -> ProjectionKey
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 ProjectionKey
impl Debug for ProjectionKey
impl Eq for ProjectionKey
Source§impl PartialEq for ProjectionKey
impl PartialEq for ProjectionKey
impl StructuralPartialEq for ProjectionKey
Auto Trait Implementations§
impl Freeze for ProjectionKey
impl RefUnwindSafe for ProjectionKey
impl Send for ProjectionKey
impl Sync for ProjectionKey
impl Unpin for ProjectionKey
impl UnsafeUnpin for ProjectionKey
impl UnwindSafe for ProjectionKey
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