Struct phlow::PhlowProtoView
source · pub struct PhlowProtoView { /* private fields */ }Implementations§
source§impl PhlowProtoView
impl PhlowProtoView
pub fn new(object: PhlowObject, defining_method: PhlowViewMethod) -> Self
Trait Implementations§
source§impl Debug for PhlowProtoView
impl Debug for PhlowProtoView
source§impl Display for PhlowProtoView
impl Display for PhlowProtoView
source§impl PhlowView for PhlowProtoView
impl PhlowView for PhlowProtoView
fn get_title(&self) -> &str
fn get_priority(&self) -> usize
fn get_view_type(&self) -> &str
fn get_defining_method(&self) -> &PhlowViewMethod
fn view_type() -> &'static str
fn object(&self) -> &PhlowObject
fn as_any(&self) -> &dyn Any
fn to_any(self: Box<Self>) -> Box<dyn Any>
fn list(&self) -> PhlowListView
fn columned_list(&self) -> PhlowColumnedListView
fn text(&self) -> PhlowTextView
Auto Trait Implementations§
impl !RefUnwindSafe for PhlowProtoView
impl !Send for PhlowProtoView
impl !Sync for PhlowProtoView
impl Unpin for PhlowProtoView
impl !UnwindSafe for PhlowProtoView
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