pub struct RecordParent;Trait Implementations§
Source§impl<G> ParentPolicy<G> for RecordParent
impl<G> ParentPolicy<G> for RecordParent
Auto Trait Implementations§
impl Freeze for RecordParent
impl RefUnwindSafe for RecordParent
impl Send for RecordParent
impl Sync for RecordParent
impl Unpin for RecordParent
impl UnwindSafe for RecordParent
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