pub enum PlantUmlBlockKind {
BlockComment(BlockComment),
}Expand description
A kind of PlantUML blocks to be handled by plantuml-parser.
Variants§
BlockComment(BlockComment)
/' begin comment
in comment
end comment '/Trait Implementations§
Source§impl Clone for PlantUmlBlockKind
impl Clone for PlantUmlBlockKind
Source§fn clone(&self) -> PlantUmlBlockKind
fn clone(&self) -> PlantUmlBlockKind
Returns a duplicate of the value. Read more
1.0.0 · 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 PlantUmlBlockKind
impl RefUnwindSafe for PlantUmlBlockKind
impl Send for PlantUmlBlockKind
impl Sync for PlantUmlBlockKind
impl Unpin for PlantUmlBlockKind
impl UnwindSafe for PlantUmlBlockKind
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