Struct tracker::Endpoint[][src]

pub struct Endpoint(_);

The <structname>TrackerEndpoint</structname> object represents a public connection to a SparqlConnection.

This is an Abstract Base Class, you cannot instantiate it.

Implements

EndpointExt

Trait Implementations

impl Clone for Endpoint[src]

impl Debug for Endpoint[src]

impl Display for Endpoint[src]

impl Hash for Endpoint[src]

impl Ord for Endpoint[src]

impl ParentClassIs for Endpoint[src]

type Parent = Object

impl<T: ObjectType> PartialEq<T> for Endpoint[src]

impl<T: ObjectType> PartialOrd<T> for Endpoint[src]

impl StaticType for Endpoint[src]

impl Eq for Endpoint[src]

impl StructuralEq for Endpoint[src]

Auto Trait Implementations

impl RefUnwindSafe for Endpoint

impl !Send for Endpoint

impl !Sync for Endpoint

impl Unpin for Endpoint

impl UnwindSafe for Endpoint

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Cast for T where
    T: ObjectType, 

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ObjectExt for T where
    T: ObjectType, 

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T> ToSendValue for T where
    T: Send + ToValue + ?Sized

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<Super, Sub> CanDowncast<Sub> for Super where
    Sub: IsA<Super>,
    Super: IsA<Super>, 

impl<'a, T, C> FromValueOptional<'a> for T where
    C: ValueTypeChecker<Error = ValueTypeMismatchOrNoneError>,
    T: FromValue<'a, Checker = C>,