pub struct BlockMarkers {
pub begin: String,
pub end: String,
}Expand description
Configuration for a managed block’s markers.
Fields§
§begin: StringThe begin marker line (without trailing newline).
end: StringThe end marker line (without trailing newline).
Implementations§
Source§impl BlockMarkers
impl BlockMarkers
Trait Implementations§
Source§impl Clone for BlockMarkers
impl Clone for BlockMarkers
Source§fn clone(&self) -> BlockMarkers
fn clone(&self) -> BlockMarkers
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 moreAuto Trait Implementations§
impl Freeze for BlockMarkers
impl RefUnwindSafe for BlockMarkers
impl Send for BlockMarkers
impl Sync for BlockMarkers
impl Unpin for BlockMarkers
impl UnsafeUnpin for BlockMarkers
impl UnwindSafe for BlockMarkers
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