Enum neon::borrow::LoanError [−][src]
Expand description
An error produced by a failed loan in the Borrow or BorrowMut traits.
Variants
Indicates that there is already an outstanding mutable loan for the object at this address.
Indicates that there is already an outstanding immutable loan for the object at this address.