pub struct ProjectionItem {
pub key: String,
pub name: String,
pub text: String,
}Expand description
One current, effect-free provider-facing Kweb context section.
Fields§
§key: StringStable logical identity used to replace a prior rendering.
name: StringHuman-readable section name.
text: StringComplete current section text.
Trait Implementations§
Source§impl Clone for ProjectionItem
impl Clone for ProjectionItem
Source§fn clone(&self) -> ProjectionItem
fn clone(&self) -> ProjectionItem
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 ProjectionItem
impl Debug for ProjectionItem
impl Eq for ProjectionItem
Source§impl PartialEq for ProjectionItem
impl PartialEq for ProjectionItem
impl StructuralPartialEq for ProjectionItem
Auto Trait Implementations§
impl Freeze for ProjectionItem
impl RefUnwindSafe for ProjectionItem
impl Send for ProjectionItem
impl Sync for ProjectionItem
impl Unpin for ProjectionItem
impl UnsafeUnpin for ProjectionItem
impl UnwindSafe for ProjectionItem
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