Struct raqiya_bible_reference::ReferenceMatch
source · pub struct ReferenceMatch<'a> {
pub content: &'a str,
pub position: usize,
}Fields§
§content: &'a str§position: usizeTrait Implementations§
Auto Trait Implementations§
impl<'a> RefUnwindSafe for ReferenceMatch<'a>
impl<'a> Send for ReferenceMatch<'a>
impl<'a> Sync for ReferenceMatch<'a>
impl<'a> Unpin for ReferenceMatch<'a>
impl<'a> UnwindSafe for ReferenceMatch<'a>
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