pub struct DiscoveredPost {
pub path: LogicalContentPath,
pub collection: PostCollection,
pub source: Box<str>,
}Fields§
§path: LogicalContentPath§collection: PostCollection§source: Box<str>Trait Implementations§
Source§impl Clone for DiscoveredPost
impl Clone for DiscoveredPost
Source§impl Debug for DiscoveredPost
impl Debug for DiscoveredPost
impl Eq for DiscoveredPost
Source§impl PartialEq for DiscoveredPost
impl PartialEq for DiscoveredPost
impl StructuralPartialEq for DiscoveredPost
Auto Trait Implementations§
impl Freeze for DiscoveredPost
impl RefUnwindSafe for DiscoveredPost
impl Send for DiscoveredPost
impl Sync for DiscoveredPost
impl Unpin for DiscoveredPost
impl UnsafeUnpin for DiscoveredPost
impl UnwindSafe for DiscoveredPost
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