pub struct SetFloat<T: Debug> {
pub key: String,
pub value: f32,
/* private fields */
}Expand description
Sets a float on the blackboard and succeeds.
Fields§
§key: String§value: f32Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for SetFloat<T>
impl<T> RefUnwindSafe for SetFloat<T>where
T: RefUnwindSafe,
impl<T> Send for SetFloat<T>where
T: Send,
impl<T> Sync for SetFloat<T>where
T: Sync,
impl<T> Unpin for SetFloat<T>where
T: Unpin,
impl<T> UnsafeUnpin for SetFloat<T>
impl<T> UnwindSafe for SetFloat<T>where
T: UnwindSafe,
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