pub struct BodyBinding {
pub name: String,
pub code: i32,
}Expand description
A single (name, code) binding parsed from a text kernel, in file order.
Fields§
§name: String§code: i32Trait Implementations§
Source§impl Clone for BodyBinding
impl Clone for BodyBinding
Source§fn clone(&self) -> BodyBinding
fn clone(&self) -> BodyBinding
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for BodyBinding
impl Debug for BodyBinding
Source§impl PartialEq for BodyBinding
impl PartialEq for BodyBinding
impl Eq for BodyBinding
impl StructuralPartialEq for BodyBinding
Auto Trait Implementations§
impl Freeze for BodyBinding
impl RefUnwindSafe for BodyBinding
impl Send for BodyBinding
impl Sync for BodyBinding
impl Unpin for BodyBinding
impl UnsafeUnpin for BodyBinding
impl UnwindSafe for BodyBinding
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