pub struct PartyManagementFeature {
pub max_parties_page_size: i32,
}Fields§
§max_parties_page_size: i32The maximum number of parties the server can return in a single response (page). Required
Implementations§
Source§impl PartyManagementFeature
impl PartyManagementFeature
pub fn new(max_parties_page_size: i32) -> PartyManagementFeature
Trait Implementations§
Source§impl Clone for PartyManagementFeature
impl Clone for PartyManagementFeature
Source§fn clone(&self) -> PartyManagementFeature
fn clone(&self) -> PartyManagementFeature
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PartyManagementFeature
impl Debug for PartyManagementFeature
Source§impl Default for PartyManagementFeature
impl Default for PartyManagementFeature
Source§fn default() -> PartyManagementFeature
fn default() -> PartyManagementFeature
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PartyManagementFeature
impl<'de> Deserialize<'de> for PartyManagementFeature
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PartyManagementFeature
impl PartialEq for PartyManagementFeature
Source§impl Serialize for PartyManagementFeature
impl Serialize for PartyManagementFeature
impl StructuralPartialEq for PartyManagementFeature
Auto Trait Implementations§
impl Freeze for PartyManagementFeature
impl RefUnwindSafe for PartyManagementFeature
impl Send for PartyManagementFeature
impl Sync for PartyManagementFeature
impl Unpin for PartyManagementFeature
impl UnsafeUnpin for PartyManagementFeature
impl UnwindSafe for PartyManagementFeature
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