#[repr(C)]pub struct PhlowType { /* private fields */ }Implementations§
source§impl PhlowType
impl PhlowType
pub fn of<T: 'static>( value: &T, phlow_extensions_fn: impl Fn(&T) -> Vec<PhlowExtension> + 'static ) -> Self
pub fn new<T: 'static>( phlow_extensions_fn: impl Fn() -> Vec<PhlowExtension> ) -> Self
pub fn type_name(&self) -> &str
pub fn value_to_string(&self, value: &AnyValue) -> String
Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for PhlowType
impl Send for PhlowType
impl Sync for PhlowType
impl Unpin for PhlowType
impl !UnwindSafe for PhlowType
Blanket Implementations§
source§impl<T> AsPhlowObject for T
impl<T> AsPhlowObject for T
default fn is_phlow_object(&self) -> bool
default fn try_into_phlow_object(&self) -> Option<PhlowObject>
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