pub struct ContentFor { /* private fields */ }Expand description
A store of named content blocks for one render.
Implementations§
Trait Implementations§
Source§impl Clone for ContentFor
impl Clone for ContentFor
Source§fn clone(&self) -> ContentFor
fn clone(&self) -> ContentFor
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 ContentFor
impl Debug for ContentFor
Source§impl Default for ContentFor
impl Default for ContentFor
Source§fn default() -> ContentFor
fn default() -> ContentFor
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ContentFor
impl RefUnwindSafe for ContentFor
impl Send for ContentFor
impl Sync for ContentFor
impl Unpin for ContentFor
impl UnsafeUnpin for ContentFor
impl UnwindSafe for ContentFor
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