pub struct KeepaliveBuilder { /* private fields */ }
Implementations§
Source§impl KeepaliveBuilder
impl KeepaliveBuilder
Sourcepub fn flag(self, flags: FrameFlags) -> Self
pub fn flag(self, flags: FrameFlags) -> Self
Sets flag(s) with value of flags
Sourcepub fn last_received_position(self, last_received_position: u64) -> Self
pub fn last_received_position(self, last_received_position: u64) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for KeepaliveBuilder
impl RefUnwindSafe for KeepaliveBuilder
impl Send for KeepaliveBuilder
impl Sync for KeepaliveBuilder
impl Unpin for KeepaliveBuilder
impl UnwindSafe for KeepaliveBuilder
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