pub struct RawPointInner { /* private fields */ }Implementations§
Source§impl RawPointInner
impl RawPointInner
Source§impl RawPointInner
impl RawPointInner
pub fn from_address(address: Address, resolve: Arc<dyn Resolve>) -> Self
Trait Implementations§
Source§impl Clone for RawPointInner
impl Clone for RawPointInner
Source§fn clone(&self) -> RawPointInner
fn clone(&self) -> RawPointInner
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl FetchBytes for RawPointInner
impl FetchBytes for RawPointInner
fn fetch_bytes(&self) -> FailFuture<'_, ByteNode>
fn fetch_data(&self) -> FailFuture<'_, Vec<u8>>
fn as_inner(&self) -> Option<&dyn Any>
Source§impl<__I: ParseInput> Parse<__I> for RawPointInnerwhere
Self: ParseInline<__I>,
impl<__I: ParseInput> Parse<__I> for RawPointInnerwhere
Self: ParseInline<__I>,
Source§impl<I: PointInput> ParseInline<I> for RawPointInner
impl<I: PointInput> ParseInline<I> for RawPointInner
Auto Trait Implementations§
impl Freeze for RawPointInner
impl !RefUnwindSafe for RawPointInner
impl Send for RawPointInner
impl Sync for RawPointInner
impl Unpin for RawPointInner
impl !UnwindSafe for RawPointInner
Blanket Implementations§
Source§impl<T> AsAny for T
impl<T> AsAny for T
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