pub struct BindSpec {
pub name: IStr,
pub params: Option<ParamsDesc>,
pub value: LocExpr,
}Fields§
§name: IStr§params: Option<ParamsDesc>§value: LocExprTrait Implementations§
impl StructuralPartialEq for BindSpec
Auto Trait Implementations§
impl !Send for BindSpec
impl !Sync for BindSpec
impl Freeze for BindSpec
impl RefUnwindSafe for BindSpec
impl Unpin for BindSpec
impl UnsafeUnpin for BindSpec
impl UnwindSafe for BindSpec
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