pub struct ComponentBytes {
pub id: ComponentId,
pub bytes: Bytes,
pub meta: MetaInfo,
}Fields§
§id: ComponentId§bytes: Bytes§meta: MetaInfoTrait Implementations§
Source§impl Clone for ComponentBytes
impl Clone for ComponentBytes
Source§fn clone(&self) -> ComponentBytes
fn clone(&self) -> ComponentBytes
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 moreAuto Trait Implementations§
impl !Freeze for ComponentBytes
impl RefUnwindSafe for ComponentBytes
impl Send for ComponentBytes
impl Sync for ComponentBytes
impl Unpin for ComponentBytes
impl UnwindSafe for ComponentBytes
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