Struct assembly_core::ldf::LDF
source · pub struct LDF {
pub map: BTreeMap<String, Value>,
}
Expand description
A table of LDF values
Fields§
§map: BTreeMap<String, Value>
The contained map
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LDF
impl RefUnwindSafe for LDF
impl Send for LDF
impl Sync for LDF
impl Unpin for LDF
impl UnwindSafe for LDF
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