#[repr(u32)]pub enum EmptyEnum {
UnknownOrdinal_(u32),
}Variants§
Trait Implementations§
Source§impl CompatFrom<EmptyEnum> for EmptyEnum
impl CompatFrom<EmptyEnum> for EmptyEnum
Source§fn compat_from(value: EmptyEnum) -> EmptyEnum
fn compat_from(value: EmptyEnum) -> EmptyEnum
Converts
value into a value of this type.Source§impl<'a, ___E> Encode<EmptyEnum, ___E> for &'a EmptyEnumwhere
___E: ?Sized,
impl<'a, ___E> Encode<EmptyEnum, ___E> for &'a EmptyEnumwhere
___E: ?Sized,
Source§impl<___E> Encode<EmptyEnum, ___E> for EmptyEnumwhere
___E: ?Sized,
impl<___E> Encode<EmptyEnum, ___E> for EmptyEnumwhere
___E: ?Sized,
Source§impl FromWireRef<EmptyEnum> for EmptyEnum
impl FromWireRef<EmptyEnum> for EmptyEnum
Source§fn from_wire_ref(wire: &EmptyEnum) -> EmptyEnum
fn from_wire_ref(wire: &EmptyEnum) -> EmptyEnum
Converts the given reference to this type.
Source§impl Ord for EmptyEnum
impl Ord for EmptyEnum
Source§impl PartialOrd for EmptyEnum
impl PartialOrd for EmptyEnum
impl Copy for EmptyEnum
impl Eq for EmptyEnum
impl StructuralPartialEq for EmptyEnum
Auto Trait Implementations§
impl Freeze for EmptyEnum
impl RefUnwindSafe for EmptyEnum
impl Send for EmptyEnum
impl Sync for EmptyEnum
impl Unpin for EmptyEnum
impl UnsafeUnpin for EmptyEnum
impl UnwindSafe for EmptyEnum
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous1, D> for Twhere
D: ResourceDialect,
Source§impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
impl<T, D> Encode<Ambiguous2, D> for Twhere
D: ResourceDialect,
§impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
impl<T, W> FromWireOption<Box<'_, W>> for Twhere
T: FromWire<W>,
§fn from_wire_option(wire: Box<'_, W>) -> Option<T>
fn from_wire_option(wire: Box<'_, W>) -> Option<T>
Converts the given owned value to an option of this type.
§impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
impl<T, W> FromWireOptionRef<Box<'_, W>> for Twhere
T: FromWireRef<W>,
§fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
fn from_wire_option_ref(wire: &Box<'_, W>) -> Option<T>
Converts the given reference to an option of this type.
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]