pub struct SinkId(pub String);Expand description
Identifies a sink registered as a writer of a table (ownership/coverage bookkeeping — see ADR-0053).
Tuple Fields§
§0: StringTrait Implementations§
impl Eq for SinkId
impl StructuralPartialEq for SinkId
Auto Trait Implementations§
impl Freeze for SinkId
impl RefUnwindSafe for SinkId
impl Send for SinkId
impl Sync for SinkId
impl Unpin for SinkId
impl UnwindSafe for SinkId
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