pub enum ConnectionI32Property {
TalkPower,
TotalConnections,
MonthBytesUploaded,
MonthBytesDownloaded,
TotalBytesUploaded,
TotalBytesDownloaded,
VolumeModificator,
NeededServerqueryViewPower,
IconId,
}Variants§
TalkPower
TotalConnections
Only available if requested explicitly through request_data.
MonthBytesUploaded
Only available if requested explicitly through request_data.
MonthBytesDownloaded
Only available if requested explicitly through request_data.
TotalBytesUploaded
Only available if requested explicitly through request_data.
TotalBytesDownloaded
Only available if requested explicitly through request_data.
VolumeModificator
Only available if requested explicitly through request_data.
NeededServerqueryViewPower
Only available if requested explicitly through request_data.
IconId
Only available if requested explicitly through request_data.
Trait Implementations§
Source§impl Clone for ConnectionI32Property
impl Clone for ConnectionI32Property
Source§fn clone(&self) -> ConnectionI32Property
fn clone(&self) -> ConnectionI32Property
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 ConnectionI32Property
impl Debug for ConnectionI32Property
Source§impl Hash for ConnectionI32Property
impl Hash for ConnectionI32Property
Source§impl PartialEq for ConnectionI32Property
impl PartialEq for ConnectionI32Property
impl Copy for ConnectionI32Property
impl Eq for ConnectionI32Property
impl StructuralPartialEq for ConnectionI32Property
Auto Trait Implementations§
impl Freeze for ConnectionI32Property
impl RefUnwindSafe for ConnectionI32Property
impl Send for ConnectionI32Property
impl Sync for ConnectionI32Property
impl Unpin for ConnectionI32Property
impl UnwindSafe for ConnectionI32Property
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