pub struct AssetBytesAreReadyToStore(pub Vec<u8>);Expand description
Represents raw byte data that is ready to be stored.
Tuple Fields§
§0: Vec<u8>Trait Implementations§
Source§impl Clone for AssetBytesAreReadyToStore
impl Clone for AssetBytesAreReadyToStore
Source§fn clone(&self) -> AssetBytesAreReadyToStore
fn clone(&self) -> AssetBytesAreReadyToStore
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 AssetBytesAreReadyToStore
impl Debug for AssetBytesAreReadyToStore
Source§impl Default for AssetBytesAreReadyToStore
impl Default for AssetBytesAreReadyToStore
Source§fn default() -> AssetBytesAreReadyToStore
fn default() -> AssetBytesAreReadyToStore
Returns the “default value” for a type. Read more
impl Eq for AssetBytesAreReadyToStore
impl StructuralPartialEq for AssetBytesAreReadyToStore
Auto Trait Implementations§
impl Freeze for AssetBytesAreReadyToStore
impl RefUnwindSafe for AssetBytesAreReadyToStore
impl Send for AssetBytesAreReadyToStore
impl Sync for AssetBytesAreReadyToStore
impl Unpin for AssetBytesAreReadyToStore
impl UnwindSafe for AssetBytesAreReadyToStore
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
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.