pub struct BindingMap { /* private fields */ }Implementations§
Source§impl BindingMap
impl BindingMap
pub fn deserialize( &mut self, index: &HashMap<String, usize>, serial: BindingMapSerializer, )
pub fn serialize(&self, index: &HashMap<String, usize>) -> BindingMapSerializer
pub fn get_binding( &self, index: &HashMap<String, usize>, name: &str, ) -> Option<&BindingList>
Auto Trait Implementations§
impl Freeze for BindingMap
impl RefUnwindSafe for BindingMap
impl Send for BindingMap
impl Sync for BindingMap
impl Unpin for BindingMap
impl UnwindSafe for BindingMap
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