pub enum SystemSubtype {
Show 13 variants
ApiError,
AwaySummary,
BridgeStatus,
CompactBoundary,
Informational,
LocalCommand,
ScheduledTaskFire,
StopHookSummary,
TurnDuration,
MicrocompactBoundary,
PermissionRetry,
AgentsKilled,
Unknown,
}Variants§
ApiError
AwaySummary
BridgeStatus
CompactBoundary
Informational
LocalCommand
ScheduledTaskFire
StopHookSummary
TurnDuration
MicrocompactBoundary
PermissionRetry
AgentsKilled
Unknown
Trait Implementations§
Source§impl Clone for SystemSubtype
impl Clone for SystemSubtype
Source§fn clone(&self) -> SystemSubtype
fn clone(&self) -> SystemSubtype
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 Debug for SystemSubtype
impl Debug for SystemSubtype
Source§impl<'de> Deserialize<'de> for SystemSubtype
impl<'de> Deserialize<'de> for SystemSubtype
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for SystemSubtype
impl RefUnwindSafe for SystemSubtype
impl Send for SystemSubtype
impl Sync for SystemSubtype
impl Unpin for SystemSubtype
impl UnsafeUnpin for SystemSubtype
impl UnwindSafe for SystemSubtype
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