pub struct InCommandBuf(pub InCommandBuf);Tuple Fields§
§0: InCommandBufImplementations§
Source§impl InCommandBuf
impl InCommandBuf
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InCommandBuf
impl RefUnwindSafe for InCommandBuf
impl Send for InCommandBuf
impl Sync for InCommandBuf
impl Unpin for InCommandBuf
impl UnwindSafe for InCommandBuf
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