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