pub struct NotifierBuilder { /* private fields */ }Expand description
A builder-pattern type to construct Notifier objects.
Implementations§
Source§impl NotifierBuilder
impl NotifierBuilder
pub fn connection(self, connection: &SparqlConnection) -> Self
Auto Trait Implementations§
impl Freeze for NotifierBuilder
impl RefUnwindSafe for NotifierBuilder
impl !Send for NotifierBuilder
impl !Sync for NotifierBuilder
impl Unpin for NotifierBuilder
impl UnsafeUnpin for NotifierBuilder
impl UnwindSafe for NotifierBuilder
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