pub struct ObjectDef {
pub composition: HashMap<String, String>,
}Fields§
§composition: HashMap<String, String>Maps output field name → referenced placeholder name (without {{}})
Auto Trait Implementations§
impl Freeze for ObjectDef
impl RefUnwindSafe for ObjectDef
impl Send for ObjectDef
impl Sync for ObjectDef
impl Unpin for ObjectDef
impl UnsafeUnpin for ObjectDef
impl UnwindSafe for ObjectDef
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