pub struct UpdateParentRoot {}Expand description
A struct implementing UpdateParent to be used when a table’s
parent is the “root table” (with access to that root pointer
provided in an architecture/environment-insensitive manner via
TableOps)
Trait Implementations§
Source§impl Clone for UpdateParentRoot
impl Clone for UpdateParentRoot
Source§fn clone(&self) -> UpdateParentRoot
fn clone(&self) -> UpdateParentRoot
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 moreimpl Copy for UpdateParentRoot
Auto Trait Implementations§
impl Freeze for UpdateParentRoot
impl RefUnwindSafe for UpdateParentRoot
impl Send for UpdateParentRoot
impl Sync for UpdateParentRoot
impl Unpin for UpdateParentRoot
impl UnsafeUnpin for UpdateParentRoot
impl UnwindSafe for UpdateParentRoot
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