Struct ExPutVar
pub struct ExPutVar<'a> { /* private fields */ }
Expand description
Default-param extender for StreamPeer::put_var_ex
.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ExPutVar<'a>
impl<'a> RefUnwindSafe for ExPutVar<'a>
impl<'a> !Send for ExPutVar<'a>
impl<'a> !Sync for ExPutVar<'a>
impl<'a> Unpin for ExPutVar<'a>
impl<'a> !UnwindSafe for ExPutVar<'a>
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