pub struct PhlowServerExtensions;
Trait Implementations§
Source§impl Phlow<PhlowServerExtensions> for PhlowServer
impl Phlow<PhlowServerExtensions> for PhlowServer
fn phlow_view_methods(extension: &PhlowExtension) -> Vec<PhlowViewMethod>
fn phlow_extension() -> Option<PhlowExtension>
Auto Trait Implementations§
impl Freeze for PhlowServerExtensions
impl RefUnwindSafe for PhlowServerExtensions
impl Send for PhlowServerExtensions
impl Sync for PhlowServerExtensions
impl Unpin for PhlowServerExtensions
impl UnwindSafe for PhlowServerExtensions
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