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