pub struct DoctrineEntry {
pub file: String,
pub heading: String,
pub first_line: String,
pub family_key: String,
}Expand description
A single doctrine entry parsed from a doctrine markdown file.
Fields§
§file: String§heading: String§first_line: String§family_key: StringTrait Implementations§
Source§impl Clone for DoctrineEntry
impl Clone for DoctrineEntry
Source§fn clone(&self) -> DoctrineEntry
fn clone(&self) -> DoctrineEntry
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DoctrineEntry
impl Debug for DoctrineEntry
impl Eq for DoctrineEntry
Source§impl PartialEq for DoctrineEntry
impl PartialEq for DoctrineEntry
impl StructuralPartialEq for DoctrineEntry
Auto Trait Implementations§
impl Freeze for DoctrineEntry
impl RefUnwindSafe for DoctrineEntry
impl Send for DoctrineEntry
impl Sync for DoctrineEntry
impl Unpin for DoctrineEntry
impl UnsafeUnpin for DoctrineEntry
impl UnwindSafe for DoctrineEntry
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§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.