pub struct PreparedRoot { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PreparedRoot
impl RefUnwindSafe for PreparedRoot
impl Send for PreparedRoot
impl Sync for PreparedRoot
impl Unpin for PreparedRoot
impl UnsafeUnpin for PreparedRoot
impl UnwindSafe for PreparedRoot
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