pub struct ThenIncludeUseCase {
pub include: Node<IncludeUseCase>,
}Expand description
then include <usecase> ... inside a case/use-case body.
Fields§
§include: Node<IncludeUseCase>Trait Implementations§
Source§impl Clone for ThenIncludeUseCase
impl Clone for ThenIncludeUseCase
Source§fn clone(&self) -> ThenIncludeUseCase
fn clone(&self) -> ThenIncludeUseCase
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 moreSource§impl Debug for ThenIncludeUseCase
impl Debug for ThenIncludeUseCase
impl Eq for ThenIncludeUseCase
Source§impl PartialEq for ThenIncludeUseCase
impl PartialEq for ThenIncludeUseCase
Source§fn eq(&self, other: &ThenIncludeUseCase) -> bool
fn eq(&self, other: &ThenIncludeUseCase) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ThenIncludeUseCase
Auto Trait Implementations§
impl Freeze for ThenIncludeUseCase
impl RefUnwindSafe for ThenIncludeUseCase
impl Send for ThenIncludeUseCase
impl Sync for ThenIncludeUseCase
impl Unpin for ThenIncludeUseCase
impl UnsafeUnpin for ThenIncludeUseCase
impl UnwindSafe for ThenIncludeUseCase
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