pub struct ContextAsField<'a> {
pub field: &'a str,
pub is_primitive: bool,
}Fields§
§field: &'a str§is_primitive: boolImplementations§
Auto Trait Implementations§
impl<'a> Freeze for ContextAsField<'a>
impl<'a> RefUnwindSafe for ContextAsField<'a>
impl<'a> Send for ContextAsField<'a>
impl<'a> Sync for ContextAsField<'a>
impl<'a> Unpin for ContextAsField<'a>
impl<'a> UnwindSafe for ContextAsField<'a>
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