pub struct LintelExt {
pub source: Option<String>,
pub source_sha256: Option<String>,
pub extra: IndexMap<String, Value>,
}Expand description
Lintel extension (x-lintel).
Fields§
§source: Option<String>§source_sha256: Option<String>§extra: IndexMap<String, Value>Trait Implementations§
Source§impl<'de> Deserialize<'de> for LintelExt
impl<'de> Deserialize<'de> for LintelExt
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
Auto Trait Implementations§
impl Freeze for LintelExt
impl RefUnwindSafe for LintelExt
impl Send for LintelExt
impl Sync for LintelExt
impl Unpin for LintelExt
impl UnsafeUnpin for LintelExt
impl UnwindSafe for LintelExt
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