pub struct TuneOkMethod {
pub channel_max: u16,
pub frame_max: u32,
pub heartbeat: u16,
}Fields§
§channel_max: u16§frame_max: u32§heartbeat: u16Trait Implementations§
Source§impl Clone for TuneOkMethod
impl Clone for TuneOkMethod
Source§fn clone(&self) -> TuneOkMethod
fn clone(&self) -> TuneOkMethod
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 TuneOkMethod
impl Debug for TuneOkMethod
Source§impl PartialEq for TuneOkMethod
impl PartialEq for TuneOkMethod
impl StructuralPartialEq for TuneOkMethod
Auto Trait Implementations§
impl Freeze for TuneOkMethod
impl RefUnwindSafe for TuneOkMethod
impl Send for TuneOkMethod
impl Sync for TuneOkMethod
impl Unpin for TuneOkMethod
impl UnwindSafe for TuneOkMethod
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