pub struct Behavior { /* private fields */ }
Expand description
Special configurable behavior for Table or Handle values These behaviors are special and not set with methods because they need to be run in contexts where 1. Globals is not available, and/or 2. they are not failable, and so failure would mean panic, making debugging purely from script-land fairly unpleasant
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Behavior
impl !RefUnwindSafe for Behavior
impl !Send for Behavior
impl !Sync for Behavior
impl Unpin for Behavior
impl !UnwindSafe for Behavior
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