pub struct ColField { /* private fields */ }Implementations§
source§impl<'de> ColField
impl<'de> ColField
pub fn deserialize<__D>(__deserializer: __D) -> Result<Field, __D::Error>where
__D: Deserializer<'de>,
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ColField
impl RefUnwindSafe for ColField
impl Send for ColField
impl Sync for ColField
impl Unpin for ColField
impl UnwindSafe for ColField
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