Struct gremlin_client::WebSocketOptionsBuilder
source · pub struct WebSocketOptionsBuilder(/* private fields */);Implementations§
source§impl WebSocketOptionsBuilder
impl WebSocketOptionsBuilder
pub fn build(self) -> WebSocketOptions
pub fn max_message_size(self, max_message_size: Option<usize>) -> Self
pub fn max_frame_size(self, max_frame_size: Option<usize>) -> Self
Auto Trait Implementations§
impl RefUnwindSafe for WebSocketOptionsBuilder
impl Send for WebSocketOptionsBuilder
impl Sync for WebSocketOptionsBuilder
impl Unpin for WebSocketOptionsBuilder
impl UnwindSafe for WebSocketOptionsBuilder
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