pub struct ModelRoute { /* private fields */ }Expand description
One named physical endpoint eligible for a logical model invocation.
Implementations§
Trait Implementations§
Source§impl Clone for ModelRoute
impl Clone for ModelRoute
Source§fn clone(&self) -> ModelRoute
fn clone(&self) -> ModelRoute
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 !RefUnwindSafe for ModelRoute
impl !UnwindSafe for ModelRoute
impl Freeze for ModelRoute
impl Send for ModelRoute
impl Sync for ModelRoute
impl Unpin for ModelRoute
impl UnsafeUnpin for ModelRoute
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