pub enum Modifiable {}Expand description
Marker for a Constructor with both inputs and outputs modifiable.
Trait Implementations§
impl Mod for Modifiable
Auto Trait Implementations§
impl Freeze for Modifiable
impl RefUnwindSafe for Modifiable
impl Send for Modifiable
impl Sync for Modifiable
impl Unpin for Modifiable
impl UnsafeUnpin for Modifiable
impl UnwindSafe for Modifiable
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