pub struct BorrowCheckError {
pub kind: ErrorKind,
pub location: String,
pub message: String,
}Fields§
§kind: ErrorKind§location: String§message: StringTrait Implementations§
Source§impl Clone for BorrowCheckError
impl Clone for BorrowCheckError
Source§fn clone(&self) -> BorrowCheckError
fn clone(&self) -> BorrowCheckError
Returns a duplicate of the value. Read more
1.0.0 · 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 Freeze for BorrowCheckError
impl RefUnwindSafe for BorrowCheckError
impl Send for BorrowCheckError
impl Sync for BorrowCheckError
impl Unpin for BorrowCheckError
impl UnwindSafe for BorrowCheckError
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