pub struct Incomplete(/* private fields */);Expand description
semi-error type that just signals that the input is incomplete
Trait Implementations§
Source§impl Debug for Incomplete
impl Debug for Incomplete
Source§impl PartialEq for Incomplete
impl PartialEq for Incomplete
impl Eq for Incomplete
impl StructuralPartialEq for Incomplete
Auto Trait Implementations§
impl Freeze for Incomplete
impl RefUnwindSafe for Incomplete
impl Send for Incomplete
impl Sync for Incomplete
impl Unpin for Incomplete
impl UnsafeUnpin for Incomplete
impl UnwindSafe for Incomplete
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