pub struct StaticInfo {
pub ty: Ty,
}Fields§
§ty: TyTrait Implementations§
Auto Trait Implementations§
impl Freeze for StaticInfo
impl RefUnwindSafe for StaticInfo
impl Send for StaticInfo
impl Sync for StaticInfo
impl Unpin for StaticInfo
impl UnwindSafe for StaticInfo
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