pub struct WallItem {
pub id: LegacyStringId,
pub type_id: i32,
pub location: String,
pub data_str: String,
pub seconds_to_expiration: i32,
pub usage_policy: i32,
pub owner_id: LegacyId,
pub owner_name: Option<String>,
}
Fields§
§id: LegacyStringId
§type_id: i32
§location: String
§data_str: String
§seconds_to_expiration: i32
§usage_policy: i32
§owner_id: LegacyId
§owner_name: Option<String>
Trait Implementations§
Source§impl PacketVariable for WallItem
impl PacketVariable for WallItem
impl StructuralPartialEq for WallItem
Auto Trait Implementations§
impl Freeze for WallItem
impl RefUnwindSafe for WallItem
impl Send for WallItem
impl Sync for WallItem
impl Unpin for WallItem
impl UnwindSafe for WallItem
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