pub struct ReparentParams {
pub parent: Option<String>,
pub reason: Option<String>,
}Fields§
§parent: Option<String>§reason: Option<String>Trait Implementations§
Source§impl Clone for ReparentParams
impl Clone for ReparentParams
Source§fn clone(&self) -> ReparentParams
fn clone(&self) -> ReparentParams
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 ReparentParams
impl Debug for ReparentParams
Source§impl Default for ReparentParams
impl Default for ReparentParams
Source§fn default() -> ReparentParams
fn default() -> ReparentParams
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ReparentParams
impl RefUnwindSafe for ReparentParams
impl Send for ReparentParams
impl Sync for ReparentParams
impl Unpin for ReparentParams
impl UnsafeUnpin for ReparentParams
impl UnwindSafe for ReparentParams
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