pub struct SraSessionEntryOut {Show 15 fields
pub access_id: Option<String>,
pub client_type: Option<String>,
pub cluster_unique_id: Option<i64>,
pub connection_type: Option<String>,
pub end_time: Option<String>,
pub error_msg: Option<String>,
pub gateway_info: Option<Box<GatewayNameInfo>>,
pub instance_id: Option<String>,
pub secret_name: Option<String>,
pub session_id: Option<String>,
pub start_time: Option<String>,
pub status: Option<String>,
pub target_host: Option<String>,
pub ttl: Option<String>,
pub user_identifier: Option<String>,
}Fields§
§access_id: Option<String>§client_type: Option<String>§cluster_unique_id: Option<i64>§connection_type: Option<String>§end_time: Option<String>§error_msg: Option<String>§gateway_info: Option<Box<GatewayNameInfo>>§instance_id: Option<String>§secret_name: Option<String>§session_id: Option<String>§start_time: Option<String>§status: Option<String>§target_host: Option<String>§ttl: Option<String>§user_identifier: Option<String>Implementations§
Source§impl SraSessionEntryOut
impl SraSessionEntryOut
pub fn new() -> SraSessionEntryOut
Trait Implementations§
Source§impl Clone for SraSessionEntryOut
impl Clone for SraSessionEntryOut
Source§fn clone(&self) -> SraSessionEntryOut
fn clone(&self) -> SraSessionEntryOut
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SraSessionEntryOut
impl Debug for SraSessionEntryOut
Source§impl Default for SraSessionEntryOut
impl Default for SraSessionEntryOut
Source§fn default() -> SraSessionEntryOut
fn default() -> SraSessionEntryOut
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SraSessionEntryOut
impl<'de> Deserialize<'de> for SraSessionEntryOut
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
Source§impl PartialEq for SraSessionEntryOut
impl PartialEq for SraSessionEntryOut
Source§fn eq(&self, other: &SraSessionEntryOut) -> bool
fn eq(&self, other: &SraSessionEntryOut) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SraSessionEntryOut
impl Serialize for SraSessionEntryOut
impl StructuralPartialEq for SraSessionEntryOut
Auto Trait Implementations§
impl Freeze for SraSessionEntryOut
impl RefUnwindSafe for SraSessionEntryOut
impl Send for SraSessionEntryOut
impl Sync for SraSessionEntryOut
impl Unpin for SraSessionEntryOut
impl UnsafeUnpin for SraSessionEntryOut
impl UnwindSafe for SraSessionEntryOut
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