pub struct SimbolServer {
pub address: String,
pub port: u16,
pub path: String,
pub routes: Vec<Route>,
}Fields§
§address: String§port: u16§path: String§routes: Vec<Route>Implementations§
Source§impl SimbolServer
impl SimbolServer
Auto Trait Implementations§
impl Freeze for SimbolServer
impl RefUnwindSafe for SimbolServer
impl Send for SimbolServer
impl Sync for SimbolServer
impl Unpin for SimbolServer
impl UnwindSafe for SimbolServer
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