pub enum SourceInfo {
Set {
layer: &'static str,
value: String,
},
Unset {
layer: &'static str,
},
Inherit {
layer: &'static str,
},
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for SourceInfo
impl Send for SourceInfo
impl Sync for SourceInfo
impl Unpin for SourceInfo
impl UnwindSafe for SourceInfo
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