Struct mstd::utils::BorrowError
source · pub struct BorrowError {
mutable: bool,
}
Fields§
§mutable: bool
Trait Implementations§
source§impl Clone for BorrowError
impl Clone for BorrowError
source§fn clone(&self) -> BorrowError
fn clone(&self) -> BorrowError
Returns a copy 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 moresource§impl Debug for BorrowError
impl Debug for BorrowError
source§impl Display for BorrowError
impl Display for BorrowError
source§impl PartialEq<BorrowError> for BorrowError
impl PartialEq<BorrowError> for BorrowError
source§fn eq(&self, other: &BorrowError) -> bool
fn eq(&self, other: &BorrowError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for BorrowError
impl StructuralEq for BorrowError
impl StructuralPartialEq for BorrowError
Auto Trait Implementations§
impl RefUnwindSafe for BorrowError
impl Send for BorrowError
impl Sync for BorrowError
impl Unpin for BorrowError
impl UnwindSafe for BorrowError
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