pub struct Point<T> { /* private fields */ }Implementations§
Source§impl<T: Object> Point<T>
impl<T: Object> Point<T>
pub fn from_address(address: Address, resolve: Arc<dyn Resolve>) -> Self
Trait Implementations§
Source§impl<U: 'static + Equivalent<T>, T: 'static> Equivalent<Point<T>> for Point<U>
impl<U: 'static + Equivalent<T>, T: 'static> Equivalent<Point<T>> for Point<U>
fn into_equivalent(self) -> Point<T>
fn from_equivalent(object: Point<T>) -> Self
Source§impl<T> FetchBytes for Point<T>
impl<T> FetchBytes for Point<T>
Source§impl<T> MaybeHasNiche for Point<T>
impl<T> MaybeHasNiche for Point<T>
Source§impl<T> Ord for Point<T>
impl<T> Ord for Point<T>
Source§impl<T, __I: ParseInput> Parse<__I> for Point<T>where
Self: ParseInline<__I>,
impl<T, __I: ParseInput> Parse<__I> for Point<T>where
Self: ParseInline<__I>,
Source§impl<T: Object> ParseInline<Input<'_>> for Point<T>
impl<T: Object> ParseInline<Input<'_>> for Point<T>
fn parse_inline(input: &mut Input<'_>) -> Result<Self>
fn parse_as_inline(input: I) -> Result<Self>
Source§impl<T> PartialOrd for Point<T>
impl<T> PartialOrd for Point<T>
Source§impl<T: Object> Topological for Point<T>
impl<T: Object> Topological for Point<T>
fn accept_points(&self, visitor: &mut impl PointVisitor)
fn topology_hash(&self) -> Hash
fn topology(&self) -> TopoVec
impl<T> Eq for Point<T>
impl<T: Object> Inline for Point<T>
Auto Trait Implementations§
impl<T> Freeze for Point<T>
impl<T> !RefUnwindSafe for Point<T>
impl<T> Send for Point<T>
impl<T> Sync for Point<T>
impl<T> Unpin for Point<T>
impl<T> !UnwindSafe for Point<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