Struct g_rust::extension::parsers::subparsers::BadgePartData
source · pub struct BadgePartData {
pub id: i32,
pub file_name: String,
pub mask_file_name: String,
}
Fields§
§id: i32
§file_name: String
§mask_file_name: String
Trait Implementations§
source§impl Clone for BadgePartData
impl Clone for BadgePartData
source§fn clone(&self) -> BadgePartData
fn clone(&self) -> BadgePartData
Returns a copy 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 BadgePartData
impl Debug for BadgePartData
source§impl Default for BadgePartData
impl Default for BadgePartData
source§fn default() -> BadgePartData
fn default() -> BadgePartData
Returns the “default value” for a type. Read more
source§impl PacketVariable for BadgePartData
impl PacketVariable for BadgePartData
source§impl PartialEq<BadgePartData> for BadgePartData
impl PartialEq<BadgePartData> for BadgePartData
source§fn eq(&self, other: &BadgePartData) -> bool
fn eq(&self, other: &BadgePartData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for BadgePartData
Auto Trait Implementations§
impl RefUnwindSafe for BadgePartData
impl Send for BadgePartData
impl Sync for BadgePartData
impl Unpin for BadgePartData
impl UnwindSafe for BadgePartData
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