pub struct PreparedContent { /* private fields */ }Expand description
An immutable, compiler-owned candidate with source-bound asset inputs.
Implementations§
Source§impl PreparedContent
impl PreparedContent
pub fn view(&self) -> PreparedContentView<'_>
Trait Implementations§
Source§impl Clone for PreparedContent
impl Clone for PreparedContent
Source§impl Debug for PreparedContent
impl Debug for PreparedContent
impl Eq for PreparedContent
Source§impl PartialEq for PreparedContent
impl PartialEq for PreparedContent
impl StructuralPartialEq for PreparedContent
Auto Trait Implementations§
impl Freeze for PreparedContent
impl RefUnwindSafe for PreparedContent
impl Send for PreparedContent
impl Sync for PreparedContent
impl Unpin for PreparedContent
impl UnsafeUnpin for PreparedContent
impl UnwindSafe for PreparedContent
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