pub struct LedType { /* private fields */ }Expand description
The wire type corresponding to LedType.
Implementations§
Trait Implementations§
Source§impl Constrained for LedType
impl Constrained for LedType
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
impl Copy for LedType
Source§impl<___E> Encode<LedType, ___E> for LedTypewhere
___E: ?Sized,
impl<___E> Encode<LedType, ___E> for LedTypewhere
___E: ?Sized,
Source§impl<'a, ___E> Encode<LedType, ___E> for &'a LedTypewhere
___E: ?Sized,
impl<'a, ___E> Encode<LedType, ___E> for &'a LedTypewhere
___E: ?Sized,
impl Eq for LedType
Source§impl FromWireRef<LedType> for LedType
impl FromWireRef<LedType> for LedType
Source§fn from_wire_ref(wire: &LedType) -> LedType
fn from_wire_ref(wire: &LedType) -> LedType
Converts the given reference to this type.
impl StructuralPartialEq for LedType
Auto Trait Implementations§
impl Freeze for LedType
impl RefUnwindSafe for LedType
impl Send for LedType
impl Sync for LedType
impl Unpin for LedType
impl UnsafeUnpin for LedType
impl UnwindSafe for LedType
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]