pub struct BodyPatch {
pub op: String,
pub node_path: String,
pub from_kind: String,
pub to_kind: String,
}Fields§
§op: String§node_path: String§from_kind: String§to_kind: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for BodyPatch
impl RefUnwindSafe for BodyPatch
impl Send for BodyPatch
impl Sync for BodyPatch
impl Unpin for BodyPatch
impl UnsafeUnpin for BodyPatch
impl UnwindSafe for BodyPatch
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