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 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