pub struct IrServer {
pub url: String,
pub description: Option<String>,
}Expand description
Server definition.
Fields§
§url: String§description: Option<String>Trait Implementations§
Auto Trait Implementations§
impl Freeze for IrServer
impl RefUnwindSafe for IrServer
impl Send for IrServer
impl Sync for IrServer
impl Unpin for IrServer
impl UnsafeUnpin for IrServer
impl UnwindSafe for IrServer
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