pub struct ReadTokenMeta {
data_slot: u16,
request_slot: u16,
}Fields§
§data_slot: u16§request_slot: u16Auto Trait Implementations§
impl Freeze for ReadTokenMeta
impl RefUnwindSafe for ReadTokenMeta
impl Send for ReadTokenMeta
impl Sync for ReadTokenMeta
impl Unpin for ReadTokenMeta
impl UnwindSafe for ReadTokenMeta
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