pub enum SetField {
Value(String, Value),
Raw(String, String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SetField
impl RefUnwindSafe for SetField
impl Send for SetField
impl Sync for SetField
impl Unpin for SetField
impl UnsafeUnpin for SetField
impl UnwindSafe for SetField
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