pub enum ConfigSrc {
None,
Artifact(ResourcePath),
}Variants§
None
Artifact(ResourcePath)
Trait Implementations§
Source§impl<'de> Deserialize<'de> for ConfigSrc
impl<'de> Deserialize<'de> for ConfigSrc
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 ConfigSrc
impl StructuralPartialEq for ConfigSrc
Auto Trait Implementations§
impl Freeze for ConfigSrc
impl RefUnwindSafe for ConfigSrc
impl Send for ConfigSrc
impl Sync for ConfigSrc
impl Unpin for ConfigSrc
impl UnwindSafe for ConfigSrc
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