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