pub struct RawPoint<T = Infallible> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<T> FetchBytes for RawPoint<T>
impl<T> FetchBytes for RawPoint<T>
Source§impl<T> FromInner for RawPoint<T>
impl<T> FromInner for RawPoint<T>
type Inner = RawPointInner
fn from_inner(inner: Self::Inner) -> Self
Source§impl<T, __I: ParseInput> Parse<__I> for RawPoint<T>where
Self: ParseInline<__I>,
impl<T, __I: ParseInput> Parse<__I> for RawPoint<T>where
Self: ParseInline<__I>,
Source§impl<T, __I: ParseInput> ParseInline<__I> for RawPoint<T>
impl<T, __I: ParseInput> ParseInline<__I> for RawPoint<T>
fn parse_inline(input: &mut __I) -> Result<Self>
fn parse_as_inline(input: I) -> Result<Self>
Auto Trait Implementations§
impl<T> Freeze for RawPoint<T>
impl<T = Infallible> !RefUnwindSafe for RawPoint<T>
impl<T> Send for RawPoint<T>
impl<T> Sync for RawPoint<T>
impl<T> Unpin for RawPoint<T>
impl<T = Infallible> !UnwindSafe for RawPoint<T>
Blanket Implementations§
Source§impl<T> AsAny for T
impl<T> AsAny for T
fn any_ref(&self) -> &(dyn Any + 'static)where
T: 'static,
fn any_mut(&mut self) -> &mut (dyn Any + 'static)where
T: 'static,
fn any_box(self: Box<T>) -> Box<dyn Any>where
T: 'static,
fn any_arc(self: Arc<T>) -> Arc<dyn Any>where
T: 'static,
fn any_arc_sync(self: Arc<T>) -> Arc<dyn Any + Sync + Send>
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