pub enum Readme {
Default,
Path(RelativePath),
Disabled,
}Expand description
The readme field of a manifest.
Variants§
Default
The readme field was omitted; engines look for README.md.
Path(RelativePath)
The readme field is a relative path to a markdown file.
Disabled
The readme field is the literal false; no readme is associated
with the module.
Trait Implementations§
impl Eq for Readme
impl StructuralPartialEq for Readme
Auto Trait Implementations§
impl Freeze for Readme
impl RefUnwindSafe for Readme
impl Send for Readme
impl Sync for Readme
impl Unpin for Readme
impl UnsafeUnpin for Readme
impl UnwindSafe for Readme
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.