pub struct AccountSessionLogEntries {
pub entries: Option<Vec<AccountSessionLogEntry>>,
pub links: Option<Vec<HashMap<String, Value>>>,
pub extra: Value,
}
Expand description
AccountSessionLogEntries
Fields§
§entries: Option<Vec<AccountSessionLogEntry>>
§links: Option<Vec<HashMap<String, Value>>>
HATEOAS links
extra: Value
Additional fields from the API
Trait Implementations§
Source§impl Clone for AccountSessionLogEntries
impl Clone for AccountSessionLogEntries
Source§fn clone(&self) -> AccountSessionLogEntries
fn clone(&self) -> AccountSessionLogEntries
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 AccountSessionLogEntries
impl Debug for AccountSessionLogEntries
Source§impl<'de> Deserialize<'de> for AccountSessionLogEntries
impl<'de> Deserialize<'de> for AccountSessionLogEntries
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 AccountSessionLogEntries
impl RefUnwindSafe for AccountSessionLogEntries
impl Send for AccountSessionLogEntries
impl Sync for AccountSessionLogEntries
impl Unpin for AccountSessionLogEntries
impl UnwindSafe for AccountSessionLogEntries
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