pub struct QueryPortAttributesRequest {
pub port: u32,
}
Fields§
§port: u32
Implementations§
Trait Implementations§
Source§impl Clone for QueryPortAttributesRequest
impl Clone for QueryPortAttributesRequest
Source§fn clone(&self) -> QueryPortAttributesRequest
fn clone(&self) -> QueryPortAttributesRequest
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 QueryPortAttributesRequest
impl Debug for QueryPortAttributesRequest
Source§impl Default for QueryPortAttributesRequest
impl Default for QueryPortAttributesRequest
Source§fn default() -> QueryPortAttributesRequest
fn default() -> QueryPortAttributesRequest
Returns the “default value” for a type. Read more
Source§impl Hash for QueryPortAttributesRequest
impl Hash for QueryPortAttributesRequest
Source§impl Ord for QueryPortAttributesRequest
impl Ord for QueryPortAttributesRequest
Source§fn cmp(&self, other: &QueryPortAttributesRequest) -> Ordering
fn cmp(&self, other: &QueryPortAttributesRequest) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for QueryPortAttributesRequest
impl PartialOrd for QueryPortAttributesRequest
Source§impl ReplyRequest for QueryPortAttributesRequest
impl ReplyRequest for QueryPortAttributesRequest
Source§type Reply = QueryPortAttributesReply
type Reply = QueryPortAttributesReply
The kind of reply that this request generates.
Source§impl Request for QueryPortAttributesRequest
impl Request for QueryPortAttributesRequest
impl Copy for QueryPortAttributesRequest
impl Eq for QueryPortAttributesRequest
impl StructuralPartialEq for QueryPortAttributesRequest
Auto Trait Implementations§
impl Freeze for QueryPortAttributesRequest
impl RefUnwindSafe for QueryPortAttributesRequest
impl Send for QueryPortAttributesRequest
impl Sync for QueryPortAttributesRequest
impl Unpin for QueryPortAttributesRequest
impl UnwindSafe for QueryPortAttributesRequest
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