pub struct BindSpec {
pub name: IStr,
pub params: Option<ParamsDesc>,
pub value: LocExpr,
}Fields§
§name: IStr§params: Option<ParamsDesc>§value: LocExprTrait Implementations§
Source§impl Trace for BindSpec
impl Trace for BindSpec
Source§fn finalize_glue(&self)
fn finalize_glue(&self)
Runs Finalize::finalize() on this object and all
contained subobjects
impl StructuralPartialEq for BindSpec
Auto Trait Implementations§
impl Freeze for BindSpec
impl RefUnwindSafe for BindSpec
impl !Send for BindSpec
impl !Sync for BindSpec
impl Unpin 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