Struct g_rust::extension::parsers::subparsers::ExtendedForumData
source · pub struct ExtendedForumData {
pub base: BaseForumData,
pub read_permissions: i32,
pub post_message_permissions: i32,
pub post_thread_permissions: i32,
pub moderate_permissions: i32,
pub read_permission_error: String,
pub post_message_permission_error: String,
pub post_thread_permission_error: String,
pub moderate_permission_error: String,
pub report_permissions_error: String,
pub can_change_settings: bool,
pub is_staff: bool,
}
Fields§
§base: BaseForumData
§read_permissions: i32
§post_message_permissions: i32
§post_thread_permissions: i32
§moderate_permissions: i32
§read_permission_error: String
§post_message_permission_error: String
§post_thread_permission_error: String
§moderate_permission_error: String
§report_permissions_error: String
§can_change_settings: bool
§is_staff: bool
Trait Implementations§
source§impl Clone for ExtendedForumData
impl Clone for ExtendedForumData
source§fn clone(&self) -> ExtendedForumData
fn clone(&self) -> ExtendedForumData
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 ExtendedForumData
impl Debug for ExtendedForumData
source§impl Default for ExtendedForumData
impl Default for ExtendedForumData
source§fn default() -> ExtendedForumData
fn default() -> ExtendedForumData
Returns the “default value” for a type. Read more
source§impl PacketVariable for ExtendedForumData
impl PacketVariable for ExtendedForumData
source§impl PartialEq<ExtendedForumData> for ExtendedForumData
impl PartialEq<ExtendedForumData> for ExtendedForumData
source§fn eq(&self, other: &ExtendedForumData) -> bool
fn eq(&self, other: &ExtendedForumData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ExtendedForumData
Auto Trait Implementations§
impl RefUnwindSafe for ExtendedForumData
impl Send for ExtendedForumData
impl Sync for ExtendedForumData
impl Unpin for ExtendedForumData
impl UnwindSafe for ExtendedForumData
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