pub struct ListWrapperClientDataInner {
pub client_id: Uuid,
pub name: String,
pub redirect_uri: String,
pub refresh_token: bool,
pub session_duration: Option<Option<i32>>,
pub last_change: String,
}Fields§
§client_id: Uuid§name: String§redirect_uri: String§refresh_token: bool§session_duration: Option<Option<i32>>§last_change: StringImplementations§
Trait Implementations§
Source§impl Clone for ListWrapperClientDataInner
impl Clone for ListWrapperClientDataInner
Source§fn clone(&self) -> ListWrapperClientDataInner
fn clone(&self) -> ListWrapperClientDataInner
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 ListWrapperClientDataInner
impl Debug for ListWrapperClientDataInner
Source§impl Default for ListWrapperClientDataInner
impl Default for ListWrapperClientDataInner
Source§fn default() -> ListWrapperClientDataInner
fn default() -> ListWrapperClientDataInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ListWrapperClientDataInner
impl<'de> Deserialize<'de> for ListWrapperClientDataInner
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
impl StructuralPartialEq for ListWrapperClientDataInner
Auto Trait Implementations§
impl Freeze for ListWrapperClientDataInner
impl RefUnwindSafe for ListWrapperClientDataInner
impl Send for ListWrapperClientDataInner
impl Sync for ListWrapperClientDataInner
impl Unpin for ListWrapperClientDataInner
impl UnwindSafe for ListWrapperClientDataInner
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