pub struct TlmFull<T>(pub T);Expand description
try_send failure: returns the item (pyuvm try_put returning False).
Tuple Fields§
§0: TTrait Implementations§
Auto Trait Implementations§
impl<T> Freeze for TlmFull<T>where
T: Freeze,
impl<T> RefUnwindSafe for TlmFull<T>where
T: RefUnwindSafe,
impl<T> Send for TlmFull<T>where
T: Send,
impl<T> Sync for TlmFull<T>where
T: Sync,
impl<T> Unpin for TlmFull<T>where
T: Unpin,
impl<T> UnsafeUnpin for TlmFull<T>where
T: UnsafeUnpin,
impl<T> UnwindSafe for TlmFull<T>where
T: UnwindSafe,
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