pub struct MoveToParamsBuilder { /* private fields */ }Implementations§
Source§impl MoveToParamsBuilder
impl MoveToParamsBuilder
Sourcepub fn insert_before_node_id(self, insert_before_node_id: NodeId) -> Self
pub fn insert_before_node_id(self, insert_before_node_id: NodeId) -> Self
Drop node before this one (if absent, the moved node becomes the last child of ‘targetNodeId’).
pub fn build(self) -> MoveToParams
Auto Trait Implementations§
impl Freeze for MoveToParamsBuilder
impl RefUnwindSafe for MoveToParamsBuilder
impl Send for MoveToParamsBuilder
impl Sync for MoveToParamsBuilder
impl Unpin for MoveToParamsBuilder
impl UnsafeUnpin for MoveToParamsBuilder
impl UnwindSafe for MoveToParamsBuilder
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