pub struct PesExtension<'buf> { /* private fields */ }Expand description
TODO: not yet implemented
Trait Implementations§
Auto Trait Implementations§
impl<'buf> Freeze for PesExtension<'buf>
impl<'buf> RefUnwindSafe for PesExtension<'buf>
impl<'buf> Send for PesExtension<'buf>
impl<'buf> Sync for PesExtension<'buf>
impl<'buf> Unpin for PesExtension<'buf>
impl<'buf> UnwindSafe for PesExtension<'buf>
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