pub struct SinkBuilder { /* private fields */ }Expand description
Builder for Sink.
Implementations§
Source§impl SinkBuilder
impl SinkBuilder
pub fn name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn id<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Trait Implementations§
Source§impl Clone for SinkBuilder
impl Clone for SinkBuilder
Source§fn clone(&self) -> SinkBuilder
fn clone(&self) -> SinkBuilder
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SinkBuilder
impl RefUnwindSafe for SinkBuilder
impl Send for SinkBuilder
impl Sync for SinkBuilder
impl Unpin for SinkBuilder
impl UnsafeUnpin for SinkBuilder
impl UnwindSafe for SinkBuilder
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