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 Decode<Ambiguous1> for AmbiguousNever
impl Decode<Ambiguous1> for AmbiguousNever
source§impl Decode<Ambiguous2> for AmbiguousNever
impl Decode<Ambiguous2> for AmbiguousNever
Auto Trait Implementations§
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