pub struct ISSettings {
pub host: String,
pub port: u16,
pub callsign: String,
pub passcode: String,
pub filter: String,
}Fields§
§host: String§port: u16§callsign: String§passcode: String§filter: StringImplementations§
Auto Trait Implementations§
impl Freeze for ISSettings
impl RefUnwindSafe for ISSettings
impl Send for ISSettings
impl Sync for ISSettings
impl Unpin for ISSettings
impl UnwindSafe for ISSettings
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