pub struct CustomMarkers<'a> {
pub start_marker: Option<&'a str>,
pub base_marker: Option<&'a str>,
pub mid_marker: Option<&'a str>,
pub end_marker: Option<&'a str>,
}
Fields§
§start_marker: Option<&'a str>
§base_marker: Option<&'a str>
§mid_marker: Option<&'a str>
§end_marker: Option<&'a str>
Implementations§
Trait Implementations§
Source§impl<'a> Default for CustomMarkers<'a>
impl<'a> Default for CustomMarkers<'a>
Source§fn default() -> CustomMarkers<'a>
fn default() -> CustomMarkers<'a>
Returns the “default value” for a type. Read more
Source§impl<'a> LineMarkers<'a, [u8]> for CustomMarkers<'a>
impl<'a> LineMarkers<'a, [u8]> for CustomMarkers<'a>
Source§impl<'a> LineMarkers<'a, str> for CustomMarkers<'a>
impl<'a> LineMarkers<'a, str> for CustomMarkers<'a>
Auto Trait Implementations§
impl<'a> Freeze for CustomMarkers<'a>
impl<'a> RefUnwindSafe for CustomMarkers<'a>
impl<'a> Send for CustomMarkers<'a>
impl<'a> Sync for CustomMarkers<'a>
impl<'a> Unpin for CustomMarkers<'a>
impl<'a> UnwindSafe for CustomMarkers<'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