pub struct MappedType {
pub readonly_modifier: MappedModifier,
pub parameter: TypeParameterNode,
pub name_type: Option<Box<Ty>>,
pub optional_modifier: MappedModifier,
pub value_type: Option<Box<Ty>>,
}Fields§
§readonly_modifier: MappedModifier§parameter: TypeParameterNode§name_type: Option<Box<Ty>>§optional_modifier: MappedModifier§value_type: Option<Box<Ty>>Trait Implementations§
Source§impl Clone for MappedType
impl Clone for MappedType
Source§fn clone(&self) -> MappedType
fn clone(&self) -> MappedType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for MappedType
impl Debug for MappedType
impl Eq for MappedType
Source§impl PartialEq for MappedType
impl PartialEq for MappedType
impl StructuralPartialEq for MappedType
Auto Trait Implementations§
impl Freeze for MappedType
impl RefUnwindSafe for MappedType
impl Send for MappedType
impl Sync for MappedType
impl Unpin for MappedType
impl UnsafeUnpin for MappedType
impl UnwindSafe for MappedType
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