pub struct ControlReady {
pub welcome: ControlWelcome,
pub frame: RawFrame,
}Expand description
Negotiated limits and the exact original welcome envelope.
Fields§
§welcome: ControlWelcomePeer-selected generation and application ceilings.
frame: RawFrameOriginal frame, including unknown envelope fields.
Trait Implementations§
Source§impl Clone for ControlReady
impl Clone for ControlReady
Source§fn clone(&self) -> ControlReady
fn clone(&self) -> ControlReady
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for ControlReady
impl RefUnwindSafe for ControlReady
impl Send for ControlReady
impl Sync for ControlReady
impl Unpin for ControlReady
impl UnsafeUnpin for ControlReady
impl UnwindSafe for ControlReady
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