pub struct ArtServer {
pub port: u16,
/* private fields */
}Fields§
§port: u16Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ArtServer
impl RefUnwindSafe for ArtServer
impl Send for ArtServer
impl Sync for ArtServer
impl Unpin for ArtServer
impl UnsafeUnpin for ArtServer
impl UnwindSafe for ArtServer
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