pub struct SetType {
pub elm_type: Box<Type>,
pub position: FilePosition,
}Fields§
§elm_type: Box<Type>§position: FilePositionTrait Implementations§
Source§impl<'de> Deserialize<'de> for SetType
impl<'de> Deserialize<'de> for SetType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for SetType
Auto Trait Implementations§
impl Freeze for SetType
impl RefUnwindSafe for SetType
impl Send for SetType
impl Sync for SetType
impl Unpin for SetType
impl UnsafeUnpin for SetType
impl UnwindSafe for SetType
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