#[repr(u16)]pub enum UnsignedEnum {
Default = 1,
UnknownOrdinal_(u16),
}Variants§
Trait Implementations§
Source§impl Clone for UnsignedEnum
impl Clone for UnsignedEnum
Source§fn clone(&self) -> UnsignedEnum
fn clone(&self) -> UnsignedEnum
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl CompatFrom<UnsignedEnum> for UnsignedEnum
impl CompatFrom<UnsignedEnum> for UnsignedEnum
Source§fn compat_from(value: UnsignedEnum) -> Self
fn compat_from(value: UnsignedEnum) -> Self
Converts
value into a value of this type.Source§impl CompatFrom<UnsignedEnum> for UnsignedEnum
impl CompatFrom<UnsignedEnum> for UnsignedEnum
Source§fn compat_from(value: UnsignedEnum) -> Self
fn compat_from(value: UnsignedEnum) -> Self
Converts
value into a value of this type.Source§impl Debug for UnsignedEnum
impl Debug for UnsignedEnum
Source§impl<'a, ___E> Encode<UnsignedEnum, ___E> for &'a UnsignedEnumwhere
___E: ?Sized,
impl<'a, ___E> Encode<UnsignedEnum, ___E> for &'a UnsignedEnumwhere
___E: ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<UnsignedEnum>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<UnsignedEnum>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl<___E> Encode<UnsignedEnum, ___E> for UnsignedEnumwhere
___E: ?Sized,
impl<___E> Encode<UnsignedEnum, ___E> for UnsignedEnumwhere
___E: ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<UnsignedEnum>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<UnsignedEnum>, _: (), ) -> Result<(), EncodeError>
Encodes this value into an encoder and output.
§const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
const COPY_OPTIMIZATION: CopyOptimization<Self, W> = _
Source§impl From<UnsignedEnum> for UnsignedEnum
impl From<UnsignedEnum> for UnsignedEnum
Source§fn from(wire: UnsignedEnum) -> Self
fn from(wire: UnsignedEnum) -> Self
Converts to this type from the input type.
Source§impl From<UnsignedEnum> for UnsignedEnum
impl From<UnsignedEnum> for UnsignedEnum
Source§fn from(natural: UnsignedEnum) -> Self
fn from(natural: UnsignedEnum) -> Self
Converts to this type from the input type.
Source§impl From<u16> for UnsignedEnum
impl From<u16> for UnsignedEnum
Source§impl FromWire<UnsignedEnum> for UnsignedEnum
impl FromWire<UnsignedEnum> for UnsignedEnum
Source§fn from_wire(wire: UnsignedEnum) -> Self
fn from_wire(wire: UnsignedEnum) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<UnsignedEnum> for UnsignedEnum
impl FromWireRef<UnsignedEnum> for UnsignedEnum
Source§fn from_wire_ref(wire: &UnsignedEnum) -> Self
fn from_wire_ref(wire: &UnsignedEnum) -> Self
Converts the given reference to this type.
Source§impl Hash for UnsignedEnum
impl Hash for UnsignedEnum
Source§impl Ord for UnsignedEnum
impl Ord for UnsignedEnum
Source§fn cmp(&self, other: &UnsignedEnum) -> Ordering
fn cmp(&self, other: &UnsignedEnum) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for UnsignedEnum
impl PartialEq for UnsignedEnum
Source§impl PartialOrd for UnsignedEnum
impl PartialOrd for UnsignedEnum
impl Copy for UnsignedEnum
impl Eq for UnsignedEnum
impl StructuralPartialEq for UnsignedEnum
Auto Trait Implementations§
impl Freeze for UnsignedEnum
impl RefUnwindSafe for UnsignedEnum
impl Send for UnsignedEnum
impl Sync for UnsignedEnum
impl Unpin for UnsignedEnum
impl UnsafeUnpin for UnsignedEnum
impl UnwindSafe for UnsignedEnum
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]