Enum fidl::encoding::AmbiguousNever
source · pub enum AmbiguousNever {}
Expand description
An uninhabited type used as owned and borrowed type for ambiguous markers.
Can be replaced by !
once that is stable.
Trait Implementations§
source§impl<D: ResourceDialect> Decode<Ambiguous1, D> for AmbiguousNever
impl<D: ResourceDialect> Decode<Ambiguous1, D> for AmbiguousNever
source§impl<D: ResourceDialect> Decode<Ambiguous2, D> for AmbiguousNever
impl<D: ResourceDialect> Decode<Ambiguous2, D> for AmbiguousNever
Auto Trait Implementations§
impl Freeze for AmbiguousNever
impl RefUnwindSafe for AmbiguousNever
impl Send for AmbiguousNever
impl Sync for AmbiguousNever
impl Unpin for AmbiguousNever
impl UnwindSafe for AmbiguousNever
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