pub struct DuplicatedVariable(/* private fields */);Trait Implementations§
source§impl From<DuplicatedVariable> for ReportMessage
impl From<DuplicatedVariable> for ReportMessage
source§fn from(value: DuplicatedVariable) -> Self
fn from(value: DuplicatedVariable) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl RefUnwindSafe for DuplicatedVariable
impl Send for DuplicatedVariable
impl Sync for DuplicatedVariable
impl Unpin for DuplicatedVariable
impl UnwindSafe for DuplicatedVariable
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