pub(crate) enum DomDisp {
Element(usize),
Host(String),
}Expand description
DOM プロキシの種別(借用を跨がないよう kind を取り出した結果)。
Variants§
Auto Trait Implementations§
impl Freeze for DomDisp
impl RefUnwindSafe for DomDisp
impl Send for DomDisp
impl Sync for DomDisp
impl Unpin for DomDisp
impl UnsafeUnpin for DomDisp
impl UnwindSafe for DomDisp
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