Struct rosu_render::websocket::event::RawCustomSkinProcessUpdate
source · pub struct RawCustomSkinProcessUpdate {
pub bytes: Bytes,
}Expand description
CustomSkinProcessUpdate that has not been fully deserialized yet.
Fields§
§bytes: BytesImplementations§
source§impl RawCustomSkinProcessUpdate
impl RawCustomSkinProcessUpdate
sourcepub fn deserialize(&self) -> Result<CustomSkinProcessUpdate, SerdeError>
pub fn deserialize(&self) -> Result<CustomSkinProcessUpdate, SerdeError>
Deserialize into a CustomSkinProcessUpdate event.
Trait Implementations§
source§impl Clone for RawCustomSkinProcessUpdate
impl Clone for RawCustomSkinProcessUpdate
source§fn clone(&self) -> RawCustomSkinProcessUpdate
fn clone(&self) -> RawCustomSkinProcessUpdate
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 RawCustomSkinProcessUpdate
impl Debug for RawCustomSkinProcessUpdate
source§impl PartialEq for RawCustomSkinProcessUpdate
impl PartialEq for RawCustomSkinProcessUpdate
source§fn eq(&self, other: &RawCustomSkinProcessUpdate) -> bool
fn eq(&self, other: &RawCustomSkinProcessUpdate) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for RawCustomSkinProcessUpdate
impl StructuralPartialEq for RawCustomSkinProcessUpdate
Auto Trait Implementations§
impl RefUnwindSafe for RawCustomSkinProcessUpdate
impl Send for RawCustomSkinProcessUpdate
impl Sync for RawCustomSkinProcessUpdate
impl Unpin for RawCustomSkinProcessUpdate
impl UnwindSafe for RawCustomSkinProcessUpdate
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.