Struct ftml::includes::DebugIncluder
source · pub struct DebugIncluder;Trait Implementations§
source§impl Debug for DebugIncluder
impl Debug for DebugIncluder
source§impl<'t> Includer<'t> for DebugIncluder
impl<'t> Includer<'t> for DebugIncluder
type Error = Infallible
fn include_pages( &mut self, includes: &[IncludeRef<'t>] ) -> Result<Vec<FetchedPage<'t>>, Infallible>
fn no_such_include( &mut self, page_ref: &PageRef<'t> ) -> Result<Cow<'t, str>, Infallible>
Auto Trait Implementations§
impl RefUnwindSafe for DebugIncluder
impl Send for DebugIncluder
impl Sync for DebugIncluder
impl Unpin for DebugIncluder
impl UnwindSafe for DebugIncluder
Blanket Implementations§
§impl<T> ArchivePointee for T
impl<T> ArchivePointee for T
§type ArchivedMetadata = ()
type ArchivedMetadata = ()
The archived version of the pointer metadata for this type.
§fn pointer_metadata(
_: &<T as ArchivePointee>::ArchivedMetadata
) -> <T as Pointee>::Metadata
fn pointer_metadata( _: &<T as ArchivePointee>::ArchivedMetadata ) -> <T as Pointee>::Metadata
Converts some archived metadata to the pointer metadata for itself.
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
§impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere
W: DeserializeWith<F, T, D>,
D: Fallible + ?Sized,
F: ?Sized,
impl<F, W, T, D> Deserialize<With<T, W>, D> for Fwhere W: DeserializeWith<F, T, D>, D: Fallible + ?Sized, F: ?Sized,
§fn deserialize(
&self,
deserializer: &mut D
) -> Result<With<T, W>, <D as Fallible>::Error>
fn deserialize( &self, deserializer: &mut D ) -> Result<With<T, W>, <D as Fallible>::Error>
Deserializes using the given deserializer