pub struct VersionUpdate {}Expand description
#19: BANCHO_VERSION_UPDATE
Implementations§
Trait Implementations§
Source§impl BanchoPacket for VersionUpdate
impl BanchoPacket for VersionUpdate
Source§impl BanchoPacketLength for VersionUpdate
impl BanchoPacketLength for VersionUpdate
Source§impl Clone for VersionUpdate
impl Clone for VersionUpdate
Source§fn clone(&self) -> VersionUpdate
fn clone(&self) -> VersionUpdate
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 VersionUpdate
impl Debug for VersionUpdate
Source§impl Default for VersionUpdate
impl Default for VersionUpdate
Source§fn default() -> VersionUpdate
fn default() -> VersionUpdate
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for VersionUpdate
impl RefUnwindSafe for VersionUpdate
impl Send for VersionUpdate
impl Sync for VersionUpdate
impl Unpin for VersionUpdate
impl UnwindSafe for VersionUpdate
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