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