pub struct WithoutArguments {}Expand description
Marker type for regular simulation model methods that take a mutable reference to the model, without any other argument.
Trait Implementations§
Source§impl Debug for WithoutArguments
impl Debug for WithoutArguments
Source§impl<'a, M, F> InputFn<'a, M, (), WithoutArguments> for F
impl<'a, M, F> InputFn<'a, M, (), WithoutArguments> for F
Auto Trait Implementations§
impl Freeze for WithoutArguments
impl RefUnwindSafe for WithoutArguments
impl Send for WithoutArguments
impl Sync for WithoutArguments
impl Unpin for WithoutArguments
impl UnwindSafe for WithoutArguments
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