pub struct UiTemplate {
pub content: String,
}Expand description
The Liquid template for the worker user interface.
Fields§
§content: StringThe content of the Liquid template for the worker user interface.
Trait Implementations§
Source§impl Clone for UiTemplate
impl Clone for UiTemplate
Source§fn clone(&self) -> UiTemplate
fn clone(&self) -> UiTemplate
Returns a duplicate 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 moreSource§impl Debug for UiTemplate
impl Debug for UiTemplate
Source§impl Default for UiTemplate
impl Default for UiTemplate
Source§fn default() -> UiTemplate
fn default() -> UiTemplate
Returns the “default value” for a type. Read more
Source§impl PartialEq for UiTemplate
impl PartialEq for UiTemplate
Source§impl Serialize for UiTemplate
impl Serialize for UiTemplate
impl StructuralPartialEq for UiTemplate
Auto Trait Implementations§
impl Freeze for UiTemplate
impl RefUnwindSafe for UiTemplate
impl Send for UiTemplate
impl Sync for UiTemplate
impl Unpin for UiTemplate
impl UnwindSafe for UiTemplate
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