pub enum Column {
Show 52 variants
InstanceId,
Name,
InstanceState,
InstanceType,
StatusCheck,
AlarmStatus,
AvailabilityZone,
PublicIpv4Dns,
PublicIpv4Address,
ElasticIp,
Ipv6Ips,
Monitoring,
SecurityGroupName,
KeyName,
LaunchTime,
PlatformDetails,
PrivateDnsName,
PrivateIpAddress,
SecurityGroupIds,
OwnerId,
VolumeId,
RootDeviceName,
RootDeviceType,
EbsOptimized,
ImageId,
KernelId,
RamdiskId,
AmiLaunchIndex,
ReservationId,
VpcId,
SubnetIds,
InstanceLifecycle,
Architecture,
VirtualizationType,
Platform,
IamInstanceProfileArn,
Tenancy,
Affinity,
HostId,
PlacementGroup,
PartitionNumber,
CapacityReservationId,
StateTransitionReasonCode,
StateTransitionReasonMessage,
StopHibernationBehavior,
OutpostArn,
ProductCodes,
AvailabilityZoneId,
Imdsv2,
UsageOperation,
Managed,
Operator,
}Variants§
InstanceId
Name
InstanceState
InstanceType
StatusCheck
AlarmStatus
AvailabilityZone
PublicIpv4Dns
PublicIpv4Address
ElasticIp
Ipv6Ips
Monitoring
SecurityGroupName
KeyName
LaunchTime
PlatformDetails
PrivateDnsName
PrivateIpAddress
SecurityGroupIds
OwnerId
VolumeId
RootDeviceName
RootDeviceType
EbsOptimized
ImageId
KernelId
RamdiskId
AmiLaunchIndex
ReservationId
VpcId
SubnetIds
InstanceLifecycle
Architecture
VirtualizationType
Platform
IamInstanceProfileArn
Tenancy
Affinity
HostId
PlacementGroup
PartitionNumber
CapacityReservationId
StateTransitionReasonCode
StateTransitionReasonMessage
StopHibernationBehavior
OutpostArn
ProductCodes
AvailabilityZoneId
Imdsv2
UsageOperation
Managed
Operator
Implementations§
Source§impl Column
impl Column
pub const fn id(&self) -> &'static str
pub const fn default_name(&self) -> &'static str
pub fn name(&self) -> String
pub fn from_id(id: &str) -> Option<Self>
pub const fn all() -> [Column; 52]
pub fn ids() -> Vec<ColumnId> ⓘ
pub fn to_column(&self) -> Box<dyn TableColumn<Instance>>
Trait Implementations§
impl Copy for Column
impl StructuralPartialEq for Column
Auto Trait Implementations§
impl Freeze for Column
impl RefUnwindSafe for Column
impl Send for Column
impl Sync for Column
impl Unpin for Column
impl UnsafeUnpin for Column
impl UnwindSafe for Column
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> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreCreates a shared type from an unshared type.