pub struct AliasType {
pub identifier: LocalTypeIdentifier,
pub referenced_type: Type,
}
Fields§
§identifier: LocalTypeIdentifier
§referenced_type: Type
Trait Implementations§
impl Eq for AliasType
impl StructuralPartialEq for AliasType
Auto Trait Implementations§
impl Freeze for AliasType
impl RefUnwindSafe for AliasType
impl Send for AliasType
impl Sync for AliasType
impl Unpin for AliasType
impl UnwindSafe for AliasType
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