pub struct Marker { /* private fields */ }Implementations§
Source§impl Marker
impl Marker
pub fn new(start_marker: Option<&str>, end_marker: Option<&str>) -> Marker
pub fn empty() -> Marker
pub fn is_empty(&self) -> bool
pub fn start_marker(&self) -> &Option<String>
pub fn end_marker(&self) -> &Option<String>
pub fn start_marker_string(&self) -> String
pub fn end_marker_string(&self) -> String
Trait Implementations§
impl StructuralPartialEq for Marker
Auto Trait Implementations§
impl Freeze for Marker
impl RefUnwindSafe for Marker
impl Send for Marker
impl Sync for Marker
impl Unpin for Marker
impl UnsafeUnpin for Marker
impl UnwindSafe for Marker
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