pub struct PartyGraphicsCommand { /* private fields */ }Implementations§
Source§impl PartyGraphicsCommand
impl PartyGraphicsCommand
pub fn options(&self) -> &Options
pub fn options_mut(&mut self) -> &mut Options
pub fn member(&self) -> Option<u32>
pub fn member_mut(&mut self) -> &mut Option<u32>
pub fn graphics(&self) -> &Option<U32OrString>
pub fn graphics_mut(&mut self) -> &mut Option<U32OrString>
Trait Implementations§
Source§impl Clone for PartyGraphicsCommand
impl Clone for PartyGraphicsCommand
Source§fn clone(&self) -> PartyGraphicsCommand
fn clone(&self) -> PartyGraphicsCommand
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 PartialEq for PartyGraphicsCommand
impl PartialEq for PartyGraphicsCommand
impl StructuralPartialEq for PartyGraphicsCommand
Auto Trait Implementations§
impl Freeze for PartyGraphicsCommand
impl RefUnwindSafe for PartyGraphicsCommand
impl Send for PartyGraphicsCommand
impl Sync for PartyGraphicsCommand
impl Unpin for PartyGraphicsCommand
impl UnwindSafe for PartyGraphicsCommand
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