pub struct BundleFileView {
pub path: String,
pub kind: BundleFileKind,
}Fields§
§path: String§kind: BundleFileKindTrait Implementations§
Source§impl Clone for BundleFileView
impl Clone for BundleFileView
Source§fn clone(&self) -> BundleFileView
fn clone(&self) -> BundleFileView
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 BundleFileView
impl Debug for BundleFileView
Source§impl<'de> Deserialize<'de> for BundleFileView
impl<'de> Deserialize<'de> for BundleFileView
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
Source§impl PartialEq for BundleFileView
impl PartialEq for BundleFileView
Source§impl Serialize for BundleFileView
impl Serialize for BundleFileView
impl Eq for BundleFileView
impl StructuralPartialEq for BundleFileView
Auto Trait Implementations§
impl Freeze for BundleFileView
impl RefUnwindSafe for BundleFileView
impl Send for BundleFileView
impl Sync for BundleFileView
impl Unpin for BundleFileView
impl UnsafeUnpin for BundleFileView
impl UnwindSafe for BundleFileView
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