pub enum BundleFileKind {
Resolved,
SetupState,
}Variants§
Trait Implementations§
Source§impl Clone for BundleFileKind
impl Clone for BundleFileKind
Source§fn clone(&self) -> BundleFileKind
fn clone(&self) -> BundleFileKind
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 BundleFileKind
impl Debug for BundleFileKind
Source§impl<'de> Deserialize<'de> for BundleFileKind
impl<'de> Deserialize<'de> for BundleFileKind
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 BundleFileKind
impl PartialEq for BundleFileKind
Source§impl Serialize for BundleFileKind
impl Serialize for BundleFileKind
impl Copy for BundleFileKind
impl Eq for BundleFileKind
impl StructuralPartialEq for BundleFileKind
Auto Trait Implementations§
impl Freeze for BundleFileKind
impl RefUnwindSafe for BundleFileKind
impl Send for BundleFileKind
impl Sync for BundleFileKind
impl Unpin for BundleFileKind
impl UnsafeUnpin for BundleFileKind
impl UnwindSafe for BundleFileKind
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