pub enum DebugCon<'a> {
Node(NodeBase<'a>),
EarlyConInfo {
name: &'a str,
mmio: u64,
params: Option<&'a str>,
},
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for DebugCon<'a>
impl<'a> RefUnwindSafe for DebugCon<'a>
impl<'a> Send for DebugCon<'a>
impl<'a> Sync for DebugCon<'a>
impl<'a> Unpin for DebugCon<'a>
impl<'a> UnwindSafe for DebugCon<'a>
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