pub enum CopyValue {
Null,
Text(String),
}Expand description
A parsed value from COPY data
Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CopyValue
impl RefUnwindSafe for CopyValue
impl Send for CopyValue
impl Sync for CopyValue
impl Unpin for CopyValue
impl UnwindSafe for CopyValue
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