pub struct DocumentRenderRequest { /* private fields */ }Implementations§
Source§impl DocumentRenderRequest
impl DocumentRenderRequest
pub fn new(layout: TemplateSelector, model: RenderModel) -> Self
pub fn with_slot_fill(self, slot: SlotName, fill: SlotFill) -> Self
Trait Implementations§
Source§impl Clone for DocumentRenderRequest
impl Clone for DocumentRenderRequest
Source§fn clone(&self) -> DocumentRenderRequest
fn clone(&self) -> DocumentRenderRequest
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 DocumentRenderRequest
impl Debug for DocumentRenderRequest
Source§impl PartialEq for DocumentRenderRequest
impl PartialEq for DocumentRenderRequest
impl Eq for DocumentRenderRequest
impl StructuralPartialEq for DocumentRenderRequest
Auto Trait Implementations§
impl Freeze for DocumentRenderRequest
impl RefUnwindSafe for DocumentRenderRequest
impl Send for DocumentRenderRequest
impl Sync for DocumentRenderRequest
impl Unpin for DocumentRenderRequest
impl UnsafeUnpin for DocumentRenderRequest
impl UnwindSafe for DocumentRenderRequest
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