pub struct DialSim {
pub sim_sid: String,
}Fields§
§sim_sid: StringImplementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for DialSim
impl RefUnwindSafe for DialSim
impl Send for DialSim
impl Sync for DialSim
impl Unpin for DialSim
impl UnwindSafe for DialSim
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