pub struct EmptyEnum { /* private fields */ }Expand description
The wire type corresponding to EmptyEnum.
Trait Implementations§
impl Copy for EmptyEnum
Source§impl<___E> Encode<EmptyEnum, ___E> for EmptyEnumwhere
___E: ?Sized,
impl<___E> Encode<EmptyEnum, ___E> for EmptyEnumwhere
___E: ?Sized,
Source§impl<'a, ___E> Encode<EmptyEnum, ___E> for &'a EmptyEnumwhere
___E: ?Sized,
impl<'a, ___E> Encode<EmptyEnum, ___E> for &'a EmptyEnumwhere
___E: ?Sized,
impl Eq for EmptyEnum
Source§impl FromWireRef<EmptyEnum> for EmptyEnum
impl FromWireRef<EmptyEnum> for EmptyEnum
Source§fn from_wire_ref(wire: &EmptyEnum) -> Self
fn from_wire_ref(wire: &EmptyEnum) -> Self
Converts the given reference to this type.
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,
§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]