pub struct UndefinedPrefixOpError(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl Freeze for UndefinedPrefixOpError
impl RefUnwindSafe for UndefinedPrefixOpError
impl Send for UndefinedPrefixOpError
impl Sync for UndefinedPrefixOpError
impl Unpin for UndefinedPrefixOpError
impl UnwindSafe for UndefinedPrefixOpError
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