pub struct NetInfo {
pub discipline: DisciplineId,
pub name: Symbol,
pub declaration: Span,
}Fields§
§discipline: DisciplineId§name: Symbol§declaration: SpanTrait Implementations§
Auto Trait Implementations§
impl Freeze for NetInfo
impl RefUnwindSafe for NetInfo
impl Send for NetInfo
impl Sync for NetInfo
impl Unpin for NetInfo
impl UnwindSafe for NetInfo
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