Struct phlow::PhlowExtension
source · #[repr(C)]pub struct PhlowExtension { /* private fields */ }Implementations§
source§impl PhlowExtension
impl PhlowExtension
pub fn new<Category, T: Phlow<Category> + 'static>() -> Self
pub fn category_name(&self) -> &str
pub fn target_type_name(&self) -> &str
pub fn view_methods(&self) -> Vec<PhlowViewMethod>
Trait Implementations§
source§impl Clone for PhlowExtension
impl Clone for PhlowExtension
source§fn clone(&self) -> PhlowExtension
fn clone(&self) -> PhlowExtension
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for PhlowExtension
impl Send for PhlowExtension
impl Sync for PhlowExtension
impl Unpin for PhlowExtension
impl !UnwindSafe for PhlowExtension
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