pub struct AssetBinding {
pub logical_name: String,
pub kind: String,
pub sha256: String,
}Fields§
§logical_name: String§kind: String§sha256: StringImplementations§
Trait Implementations§
Source§impl Clone for AssetBinding
impl Clone for AssetBinding
Source§fn clone(&self) -> AssetBinding
fn clone(&self) -> AssetBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AssetBinding
impl Debug for AssetBinding
Source§impl<'de> Deserialize<'de> for AssetBinding
impl<'de> Deserialize<'de> for AssetBinding
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AssetBinding
Source§impl PartialEq for AssetBinding
impl PartialEq for AssetBinding
Source§impl Serialize for AssetBinding
impl Serialize for AssetBinding
impl StructuralPartialEq for AssetBinding
Auto Trait Implementations§
impl Freeze for AssetBinding
impl RefUnwindSafe for AssetBinding
impl Send for AssetBinding
impl Sync for AssetBinding
impl Unpin for AssetBinding
impl UnsafeUnpin for AssetBinding
impl UnwindSafe for AssetBinding
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