pub struct WebArgs {
pub shared: SharedArgs,
pub port: u16,
}Fields§
§port: u16Trait Implementations§
Auto Trait Implementations§
impl Freeze for WebArgs
impl RefUnwindSafe for WebArgs
impl Send for WebArgs
impl Sync for WebArgs
impl Unpin for WebArgs
impl UnsafeUnpin for WebArgs
impl UnwindSafe for WebArgs
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