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