pub struct ClaspBuilder { /* private fields */ }Expand description
Builder for Clasp client
Implementations§
Source§impl ClaspBuilder
impl ClaspBuilder
Sourcepub fn reconnect_interval(self, ms: u64) -> Self
pub fn reconnect_interval(self, ms: u64) -> Self
Set reconnect interval in milliseconds
Auto Trait Implementations§
impl Freeze for ClaspBuilder
impl RefUnwindSafe for ClaspBuilder
impl Send for ClaspBuilder
impl Sync for ClaspBuilder
impl Unpin for ClaspBuilder
impl UnwindSafe for ClaspBuilder
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