Struct fast_protocol::datatypes::packets::FinishConfiguration
source · pub struct FinishConfiguration;Expand description
Packet to tell the client that the configuration is finished and the next state Playing is
selected after the acknowledgment
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FinishConfiguration
impl RefUnwindSafe for FinishConfiguration
impl Send for FinishConfiguration
impl Sync for FinishConfiguration
impl Unpin for FinishConfiguration
impl UnwindSafe for FinishConfiguration
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