pub struct LinkControlResponse {
pub link_control_type: LinkControlType,
}Fields§
§link_control_type: LinkControlTypeTrait Implementations§
Source§impl Clone for LinkControlResponse
impl Clone for LinkControlResponse
Source§fn clone(&self) -> LinkControlResponse
fn clone(&self) -> LinkControlResponse
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 LinkControlResponse
impl Debug for LinkControlResponse
Source§impl FrameRead<'_> for LinkControlResponse
impl FrameRead<'_> for LinkControlResponse
Source§impl FrameWrite for LinkControlResponse
impl FrameWrite for LinkControlResponse
Source§impl Ord for LinkControlResponse
impl Ord for LinkControlResponse
Source§fn cmp(&self, other: &LinkControlResponse) -> Ordering
fn cmp(&self, other: &LinkControlResponse) -> 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 LinkControlResponse
impl PartialEq for LinkControlResponse
Source§impl PartialOrd for LinkControlResponse
impl PartialOrd for LinkControlResponse
impl Eq for LinkControlResponse
impl StructuralPartialEq for LinkControlResponse
Auto Trait Implementations§
impl Freeze for LinkControlResponse
impl RefUnwindSafe for LinkControlResponse
impl Send for LinkControlResponse
impl Sync for LinkControlResponse
impl Unpin for LinkControlResponse
impl UnsafeUnpin for LinkControlResponse
impl UnwindSafe for LinkControlResponse
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