pub enum StdRet {
Unknown,
Int,
Bool,
Str,
Float,
ArrStr,
PredFn,
}Expand description
the return type of a std function, by shape
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for StdRet
impl RefUnwindSafe for StdRet
impl Send for StdRet
impl Sync for StdRet
impl Unpin for StdRet
impl UnsafeUnpin for StdRet
impl UnwindSafe for StdRet
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