pub struct CatalogPublished {
pub instantly_refresh_catalogue: bool,
pub new_furni_data_hash: Option<String>,
}
Fields§
§instantly_refresh_catalogue: bool
§new_furni_data_hash: Option<String>
Trait Implementations§
Source§impl BaseParser for CatalogPublished
impl BaseParser for CatalogPublished
fn parse(packet: &mut HPacket) -> Self
fn append_to_packet(&self, packet: &mut HPacket)
fn get_direction() -> HDirection
fn get_packet_name() -> String
Source§impl Clone for CatalogPublished
impl Clone for CatalogPublished
Source§fn clone(&self) -> CatalogPublished
fn clone(&self) -> CatalogPublished
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 CatalogPublished
impl Debug for CatalogPublished
Source§impl Default for CatalogPublished
impl Default for CatalogPublished
Source§fn default() -> CatalogPublished
fn default() -> CatalogPublished
Returns the “default value” for a type. Read more
Source§impl PacketVariable for CatalogPublished
impl PacketVariable for CatalogPublished
Source§impl PartialEq for CatalogPublished
impl PartialEq for CatalogPublished
impl StructuralPartialEq for CatalogPublished
Auto Trait Implementations§
impl Freeze for CatalogPublished
impl RefUnwindSafe for CatalogPublished
impl Send for CatalogPublished
impl Sync for CatalogPublished
impl Unpin for CatalogPublished
impl UnwindSafe for CatalogPublished
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