Struct fast_protocol::datatypes::packets::AckFinishConfiguration
source · pub struct AckFinishConfiguration;Expand description
Packet to tell the server that FinishConfiguration was received
Auto Trait Implementations§
impl Freeze for AckFinishConfiguration
impl RefUnwindSafe for AckFinishConfiguration
impl Send for AckFinishConfiguration
impl Sync for AckFinishConfiguration
impl Unpin for AckFinishConfiguration
impl UnwindSafe for AckFinishConfiguration
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