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