pub struct KeysQueryUser {
pub user_id: &'static UserId,
pub device_id: &'static DeviceId,
/* private fields */
}
Fields§
§user_id: &'static UserId
§device_id: &'static DeviceId
Auto Trait Implementations§
impl Freeze for KeysQueryUser
impl RefUnwindSafe for KeysQueryUser
impl Send for KeysQueryUser
impl Sync for KeysQueryUser
impl Unpin for KeysQueryUser
impl UnwindSafe for KeysQueryUser
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
§impl<T> CompatExt for T
impl<T> CompatExt for T
Source§impl<T, UT> HandleAlloc<UT> for T
impl<T, UT> HandleAlloc<UT> for T
Source§fn consume_handle(handle: Handle) -> Arc<T>
fn consume_handle(handle: Handle) -> Arc<T>
Consume a handle, getting back the initial
Arc<>