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