pub struct AccountUsers {
pub account: Option<i32>,
pub extra: Value,
}
Expand description
RedisLabs list of users in current account
Fields§
§account: Option<i32>
§extra: Value
Additional fields from the API
Trait Implementations§
Source§impl Clone for AccountUsers
impl Clone for AccountUsers
Source§fn clone(&self) -> AccountUsers
fn clone(&self) -> AccountUsers
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 AccountUsers
impl Debug for AccountUsers
Source§impl<'de> Deserialize<'de> for AccountUsers
impl<'de> Deserialize<'de> for AccountUsers
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 AccountUsers
impl RefUnwindSafe for AccountUsers
impl Send for AccountUsers
impl Sync for AccountUsers
impl Unpin for AccountUsers
impl UnwindSafe for AccountUsers
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