pub struct PartyMarkedObjectsUpdated {}Implementations§
Source§impl PartyMarkedObjectsUpdated
impl PartyMarkedObjectsUpdated
pub fn parse(val: Parameters) -> Option<Message>
Trait Implementations§
Source§impl Clone for PartyMarkedObjectsUpdated
impl Clone for PartyMarkedObjectsUpdated
Source§fn clone(&self) -> PartyMarkedObjectsUpdated
fn clone(&self) -> PartyMarkedObjectsUpdated
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 Debug for PartyMarkedObjectsUpdated
impl Debug for PartyMarkedObjectsUpdated
Source§impl Default for PartyMarkedObjectsUpdated
impl Default for PartyMarkedObjectsUpdated
Source§fn default() -> PartyMarkedObjectsUpdated
fn default() -> PartyMarkedObjectsUpdated
Returns the “default value” for a type. Read more
impl StructuralPartialEq for PartyMarkedObjectsUpdated
Auto Trait Implementations§
impl Freeze for PartyMarkedObjectsUpdated
impl RefUnwindSafe for PartyMarkedObjectsUpdated
impl Send for PartyMarkedObjectsUpdated
impl Sync for PartyMarkedObjectsUpdated
impl Unpin for PartyMarkedObjectsUpdated
impl UnwindSafe for PartyMarkedObjectsUpdated
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