pub struct ViewRenderingUsage {
pub name: String,
pub type_name: Option<String>,
pub body: ConnectBody,
}Expand description
View rendering usage: render name : type (; or body).
Fields§
§name: String§type_name: Option<String>§body: ConnectBodyTrait Implementations§
Source§impl Clone for ViewRenderingUsage
impl Clone for ViewRenderingUsage
Source§fn clone(&self) -> ViewRenderingUsage
fn clone(&self) -> ViewRenderingUsage
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ViewRenderingUsage
impl Debug for ViewRenderingUsage
impl Eq for ViewRenderingUsage
Source§impl PartialEq for ViewRenderingUsage
impl PartialEq for ViewRenderingUsage
Source§fn eq(&self, other: &ViewRenderingUsage) -> bool
fn eq(&self, other: &ViewRenderingUsage) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ViewRenderingUsage
Auto Trait Implementations§
impl Freeze for ViewRenderingUsage
impl RefUnwindSafe for ViewRenderingUsage
impl Send for ViewRenderingUsage
impl Sync for ViewRenderingUsage
impl Unpin for ViewRenderingUsage
impl UnsafeUnpin for ViewRenderingUsage
impl UnwindSafe for ViewRenderingUsage
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