pub struct ShapeBindings { /* private fields */ }Expand description
Implementations§
Source§impl ShapeBindings
impl ShapeBindings
Sourcepub fn bind_value(&mut self, name: Symbol, value: Value)
pub fn bind_value(&mut self, name: Symbol, value: Value)
Bind a name to a runtime Value.
Sourcepub fn extend(&mut self, other: ShapeBindings)
pub fn extend(&mut self, other: ShapeBindings)
Append all bindings from other into this set.
Trait Implementations§
Source§impl Clone for ShapeBindings
impl Clone for ShapeBindings
Source§fn clone(&self) -> ShapeBindings
fn clone(&self) -> ShapeBindings
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ShapeBindings
impl Debug for ShapeBindings
Source§impl Default for ShapeBindings
impl Default for ShapeBindings
Source§fn default() -> ShapeBindings
fn default() -> ShapeBindings
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for ShapeBindings
impl !UnwindSafe for ShapeBindings
impl Freeze for ShapeBindings
impl Send for ShapeBindings
impl Sync for ShapeBindings
impl Unpin for ShapeBindings
impl UnsafeUnpin for ShapeBindings
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