pub struct TreeMove {
pub iids: HashSet<Rc<str>>,
pub new_par: Rc<str>,
pub pos: Option<u64>,
}Fields§
§iids: HashSet<Rc<str>>§new_par: Rc<str>§pos: Option<u64>Trait Implementations§
impl StructuralPartialEq for TreeMove
Auto Trait Implementations§
impl !Send for TreeMove
impl !Sync for TreeMove
impl Freeze for TreeMove
impl RefUnwindSafe for TreeMove
impl Unpin for TreeMove
impl UnsafeUnpin for TreeMove
impl UnwindSafe for TreeMove
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