pub struct Data {
pub data: Vec<u8>,
}
Expand description
The actual avatar data.
Fields§
§data: Vec<u8>
Vector of bytes representing the avatar’s image.
Trait Implementations§
Source§impl TryFrom<Element> for Data
impl TryFrom<Element> for Data
Source§type Error = FromElementError
type Error = FromElementError
The type returned in the event of a conversion error.
impl PubSubPayload for Data
impl StructuralPartialEq for Data
Auto Trait Implementations§
impl Freeze for Data
impl RefUnwindSafe for Data
impl Send for Data
impl Sync for Data
impl Unpin for Data
impl UnwindSafe for Data
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