pub struct ApplicationActivityLevel { /* private fields */ }Expand description
The wire type corresponding to ApplicationActivityLevel.
Implementations§
Source§impl ApplicationActivityLevel
impl ApplicationActivityLevel
pub const INACTIVE: ApplicationActivityLevel
pub const ACTIVE: ApplicationActivityLevel
Trait Implementations§
Source§impl Clone for ApplicationActivityLevel
impl Clone for ApplicationActivityLevel
Source§fn clone(&self) -> ApplicationActivityLevel
fn clone(&self) -> ApplicationActivityLevel
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 Constrained for ApplicationActivityLevel
impl Constrained for ApplicationActivityLevel
Source§impl Debug for ApplicationActivityLevel
impl Debug for ApplicationActivityLevel
Source§impl<___D> Decode<___D> for ApplicationActivityLevelwhere
___D: ?Sized,
impl<___D> Decode<___D> for ApplicationActivityLevelwhere
___D: ?Sized,
Source§impl<'a, ___E> Encode<ApplicationActivityLevel, ___E> for &'a ApplicationActivityLevelwhere
___E: ?Sized,
impl<'a, ___E> Encode<ApplicationActivityLevel, ___E> for &'a ApplicationActivityLevelwhere
___E: ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<ApplicationActivityLevel>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<ApplicationActivityLevel>, _: (), ) -> 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<ApplicationActivityLevel, ___E> for ApplicationActivityLevelwhere
___E: ?Sized,
impl<___E> Encode<ApplicationActivityLevel, ___E> for ApplicationActivityLevelwhere
___E: ?Sized,
Source§fn encode(
self,
encoder: &mut ___E,
out: &mut MaybeUninit<ApplicationActivityLevel>,
_: (),
) -> Result<(), EncodeError>
fn encode( self, encoder: &mut ___E, out: &mut MaybeUninit<ApplicationActivityLevel>, _: (), ) -> 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<ApplicationActivityLevel> for ApplicationActivityLevel
impl From<ApplicationActivityLevel> for ApplicationActivityLevel
Source§fn from(wire: ApplicationActivityLevel) -> Self
fn from(wire: ApplicationActivityLevel) -> Self
Converts to this type from the input type.
Source§impl From<ApplicationActivityLevel> for ApplicationActivityLevel
impl From<ApplicationActivityLevel> for ApplicationActivityLevel
Source§fn from(natural: ApplicationActivityLevel) -> Self
fn from(natural: ApplicationActivityLevel) -> Self
Converts to this type from the input type.
Source§impl FromWire<ApplicationActivityLevel> for ApplicationActivityLevel
impl FromWire<ApplicationActivityLevel> for ApplicationActivityLevel
Source§fn from_wire(wire: ApplicationActivityLevel) -> Self
fn from_wire(wire: ApplicationActivityLevel) -> Self
Converts the given owned value to this type.
§const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
const COPY_OPTIMIZATION: CopyOptimization<W, Self> = _
Source§impl FromWireRef<ApplicationActivityLevel> for ApplicationActivityLevel
impl FromWireRef<ApplicationActivityLevel> for ApplicationActivityLevel
Source§fn from_wire_ref(wire: &ApplicationActivityLevel) -> Self
fn from_wire_ref(wire: &ApplicationActivityLevel) -> Self
Converts the given reference to this type.
Source§impl IntoNatural for ApplicationActivityLevel
impl IntoNatural for ApplicationActivityLevel
Source§type Natural = ApplicationActivityLevel
type Natural = ApplicationActivityLevel
A good default type for this wire type to convert into.
§fn into_natural(self) -> Self::Natural
fn into_natural(self) -> Self::Natural
Converts this type into its natural equivalent.
Source§impl PartialEq for ApplicationActivityLevel
impl PartialEq for ApplicationActivityLevel
Source§impl Wire for ApplicationActivityLevel
impl Wire for ApplicationActivityLevel
Source§type Narrowed<'de> = ApplicationActivityLevel
type Narrowed<'de> = ApplicationActivityLevel
The narrowed wire type, restricted to the
'de lifetime.Source§fn zero_padding(_: &mut MaybeUninit<Self>)
fn zero_padding(_: &mut MaybeUninit<Self>)
Writes zeroes to the padding for this type, if any.
impl Copy for ApplicationActivityLevel
impl Eq for ApplicationActivityLevel
impl StructuralPartialEq for ApplicationActivityLevel
Auto Trait Implementations§
impl Freeze for ApplicationActivityLevel
impl RefUnwindSafe for ApplicationActivityLevel
impl Send for ApplicationActivityLevel
impl Sync for ApplicationActivityLevel
impl Unpin for ApplicationActivityLevel
impl UnsafeUnpin for ApplicationActivityLevel
impl UnwindSafe for ApplicationActivityLevel
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]