pub struct VerifyModeTransitionWithFixedParameterRequest {
pub link_control_mode_identifier: LinkControlModeIdentifier,
}Fields§
§link_control_mode_identifier: LinkControlModeIdentifierTrait Implementations§
Source§impl Clone for VerifyModeTransitionWithFixedParameterRequest
impl Clone for VerifyModeTransitionWithFixedParameterRequest
Source§fn clone(&self) -> VerifyModeTransitionWithFixedParameterRequest
fn clone(&self) -> VerifyModeTransitionWithFixedParameterRequest
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 Ord for VerifyModeTransitionWithFixedParameterRequest
impl Ord for VerifyModeTransitionWithFixedParameterRequest
Source§fn cmp(&self, other: &VerifyModeTransitionWithFixedParameterRequest) -> Ordering
fn cmp(&self, other: &VerifyModeTransitionWithFixedParameterRequest) -> 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 PartialEq for VerifyModeTransitionWithFixedParameterRequest
impl PartialEq for VerifyModeTransitionWithFixedParameterRequest
Source§fn eq(&self, other: &VerifyModeTransitionWithFixedParameterRequest) -> bool
fn eq(&self, other: &VerifyModeTransitionWithFixedParameterRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for VerifyModeTransitionWithFixedParameterRequest
impl PartialOrd for VerifyModeTransitionWithFixedParameterRequest
impl Eq for VerifyModeTransitionWithFixedParameterRequest
impl StructuralPartialEq for VerifyModeTransitionWithFixedParameterRequest
Auto Trait Implementations§
impl Freeze for VerifyModeTransitionWithFixedParameterRequest
impl RefUnwindSafe for VerifyModeTransitionWithFixedParameterRequest
impl Send for VerifyModeTransitionWithFixedParameterRequest
impl Sync for VerifyModeTransitionWithFixedParameterRequest
impl Unpin for VerifyModeTransitionWithFixedParameterRequest
impl UnsafeUnpin for VerifyModeTransitionWithFixedParameterRequest
impl UnwindSafe for VerifyModeTransitionWithFixedParameterRequest
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