pub struct Ty {
pub rt: Option<RT>,
pub abs: bool,
}Fields§
§rt: Option<RT>§abs: boolTrait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for Ty
impl !Send for Ty
impl !Sync for Ty
impl !UnwindSafe for Ty
impl Freeze for Ty
impl Unpin for Ty
impl UnsafeUnpin for Ty
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