pub struct Request {
pub appstream_id: String,
pub created: u64,
pub plugin: String,
pub request_kind: u32,
pub update_message: String,
}Fields§
§appstream_id: String§created: u64§plugin: String§request_kind: u32§update_message: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for Request
impl RefUnwindSafe for Request
impl Send for Request
impl Sync for Request
impl Unpin for Request
impl UnwindSafe for Request
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