pub struct Application { /* private fields */ }Expand description
Re-exported public API.
Public Caelix type Application.
Implementations§
Source§impl Application
impl Application
Sourcepub fn body_limit(self, bytes: usize) -> Self
pub fn body_limit(self, bytes: usize) -> Self
Runs the body_limit public API operation.
Sourcepub fn websocket_max_message_size(self, bytes: usize) -> Self
pub fn websocket_max_message_size(self, bytes: usize) -> Self
Runs the websocket_max_message_size public API operation.
Auto Trait Implementations§
impl !RefUnwindSafe for Application
impl !UnwindSafe for Application
impl Freeze for Application
impl Send for Application
impl Sync for Application
impl Unpin for Application
impl UnsafeUnpin for Application
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