pub struct Bindings {
pub ops: HashMap<String, String>,
pub paths: HashMap<String, String>,
pub tags: HashMap<String, String>,
pub mandates: HashMap<String, Vec<String>>,
}Fieldsยง
ยงops: HashMap<String, String>ยงpaths: HashMap<String, String>ยงmandates: HashMap<String, Vec<String>>Trait Implementationsยง
Sourceยงimpl<'de> Deserialize<'de> for Bindings
impl<'de> Deserialize<'de> for Bindings
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 Bindings
impl RefUnwindSafe for Bindings
impl Send for Bindings
impl Sync for Bindings
impl Unpin for Bindings
impl UnsafeUnpin for Bindings
impl UnwindSafe for Bindings
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