Struct GetPriorityRequest
pub struct GetPriorityRequest {
pub id: u32,
}
Fields§
§id: u32
Implementations§
Trait Implementations§
§impl Clone for GetPriorityRequest
impl Clone for GetPriorityRequest
§fn clone(&self) -> GetPriorityRequest
fn clone(&self) -> GetPriorityRequest
Returns a copy 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 more§impl Debug for GetPriorityRequest
impl Debug for GetPriorityRequest
§impl Default for GetPriorityRequest
impl Default for GetPriorityRequest
§fn default() -> GetPriorityRequest
fn default() -> GetPriorityRequest
Returns the “default value” for a type. Read more
§impl ReplyRequest for GetPriorityRequest
impl ReplyRequest for GetPriorityRequest
§type Reply = GetPriorityReply
type Reply = GetPriorityReply
The kind of reply that this request generates.
§impl Request for GetPriorityRequest
impl Request for GetPriorityRequest
impl Copy for GetPriorityRequest
Auto Trait Implementations§
impl Freeze for GetPriorityRequest
impl RefUnwindSafe for GetPriorityRequest
impl Send for GetPriorityRequest
impl Sync for GetPriorityRequest
impl Unpin for GetPriorityRequest
impl UnwindSafe for GetPriorityRequest
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)