pub struct AvatarDataData {
pub account_id: Option<u64>,
pub rgb_bytes: Option<Vec<u8>>,
}
Fields§
§account_id: Option<u64>
§rgb_bytes: Option<Vec<u8>>
Implementations§
Source§impl AvatarDataData
impl AvatarDataData
pub fn to_vec(&self) -> Vec<(&'static str, ProtobufValue)>
Trait Implementations§
Source§impl Clone for AvatarDataData
impl Clone for AvatarDataData
Source§fn clone(&self) -> AvatarDataData
fn clone(&self) -> AvatarDataData
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for AvatarDataData
impl RefUnwindSafe for AvatarDataData
impl Send for AvatarDataData
impl Sync for AvatarDataData
impl Unpin for AvatarDataData
impl UnwindSafe for AvatarDataData
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