pub struct ExecNever;Expand description
An uninhabited type that implements DeepView.
Trait Implementations§
Source§impl<Output: OutputBuf> Serializer<Output, ExecNever> for Void
impl<Output: OutputBuf> Serializer<Output, ExecNever> for Void
Source§exec fn serialize_into(&self, _v: &ExecNever, _obuf: &mut Output)
exec fn serialize_into(&self, _v: &ExecNever, _obuf: &mut Output)
impl Copy for ExecNever
impl Eq for ExecNever
impl StructuralPartialEq for ExecNever
Auto Trait Implementations§
impl Freeze for ExecNever
impl RefUnwindSafe for ExecNever
impl Send for ExecNever
impl Sync for ExecNever
impl Unpin for ExecNever
impl UnsafeUnpin for ExecNever
impl UnwindSafe for ExecNever
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