pub struct CheckedListing {
pub title: String,
pub local: String,
pub remote: String,
pub url: String,
}Expand description
A checked listing containing both the Markdown version and the canonical version from GitHub.
Fields§
§title: String§local: String§remote: String§url: StringAuto Trait Implementations§
impl Freeze for CheckedListing
impl RefUnwindSafe for CheckedListing
impl Send for CheckedListing
impl Sync for CheckedListing
impl Unpin for CheckedListing
impl UnwindSafe for CheckedListing
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