pub struct EffectiveRolesQuery {
pub user_id: String,
pub at: Option<u64>,
}Fields§
§user_id: String§at: Option<u64>Trait Implementations§
Source§impl Clone for EffectiveRolesQuery
impl Clone for EffectiveRolesQuery
Source§fn clone(&self) -> EffectiveRolesQuery
fn clone(&self) -> EffectiveRolesQuery
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 EffectiveRolesQuery
impl Debug for EffectiveRolesQuery
Source§impl<'de> Deserialize<'de> for EffectiveRolesQuery
impl<'de> Deserialize<'de> for EffectiveRolesQuery
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 EffectiveRolesQuery
impl PartialEq for EffectiveRolesQuery
Source§impl Serialize for EffectiveRolesQuery
impl Serialize for EffectiveRolesQuery
impl Eq for EffectiveRolesQuery
impl StructuralPartialEq for EffectiveRolesQuery
Auto Trait Implementations§
impl Freeze for EffectiveRolesQuery
impl RefUnwindSafe for EffectiveRolesQuery
impl Send for EffectiveRolesQuery
impl Sync for EffectiveRolesQuery
impl Unpin for EffectiveRolesQuery
impl UnsafeUnpin for EffectiveRolesQuery
impl UnwindSafe for EffectiveRolesQuery
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