pub struct DiagramBlock {
pub kind: DiagramKind,
pub source: String,
}Fields§
§kind: DiagramKind§source: StringTrait Implementations§
Source§impl Clone for DiagramBlock
impl Clone for DiagramBlock
Source§fn clone(&self) -> DiagramBlock
fn clone(&self) -> DiagramBlock
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 DiagramBlock
impl RefUnwindSafe for DiagramBlock
impl Send for DiagramBlock
impl Sync for DiagramBlock
impl Unpin for DiagramBlock
impl UnsafeUnpin for DiagramBlock
impl UnwindSafe for DiagramBlock
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