pub struct LinkChainStep {
pub entity_type: String,
pub route_name: Option<String>,
pub direction: LinkDirection,
}Expand description
Une étape dans une chaîne de liens
Fields§
§entity_type: String§route_name: Option<String>§direction: LinkDirectionTrait Implementations§
Source§impl Clone for LinkChainStep
impl Clone for LinkChainStep
Source§fn clone(&self) -> LinkChainStep
fn clone(&self) -> LinkChainStep
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 LinkChainStep
impl RefUnwindSafe for LinkChainStep
impl Send for LinkChainStep
impl Sync for LinkChainStep
impl Unpin for LinkChainStep
impl UnwindSafe for LinkChainStep
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