pub struct ForeignType {
pub name: String,
pub span: Span,
pub obj: ForeignTypeObj,
}
Fields§
§name: String
§span: Span
§obj: ForeignTypeObj
Trait Implementations§
Source§impl Debug for ForeignType
impl Debug for ForeignType
Source§impl PartialEq for ForeignType
impl PartialEq for ForeignType
Auto Trait Implementations§
impl Freeze for ForeignType
impl !RefUnwindSafe for ForeignType
impl !Send for ForeignType
impl !Sync for ForeignType
impl Unpin for ForeignType
impl !UnwindSafe for ForeignType
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