pub struct ReparentResult {
pub unit: Unit,
pub path: PathBuf,
pub old_parent: Option<String>,
pub new_parent: Option<String>,
pub reason: Option<String>,
}Fields§
§unit: Unit§path: PathBuf§old_parent: Option<String>§new_parent: Option<String>§reason: Option<String>Trait Implementations§
Source§impl Clone for ReparentResult
impl Clone for ReparentResult
Source§fn clone(&self) -> ReparentResult
fn clone(&self) -> ReparentResult
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ReparentResult
impl Debug for ReparentResult
Auto Trait Implementations§
impl Freeze for ReparentResult
impl RefUnwindSafe for ReparentResult
impl Send for ReparentResult
impl Sync for ReparentResult
impl Unpin for ReparentResult
impl UnsafeUnpin for ReparentResult
impl UnwindSafe for ReparentResult
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