Struct reproto_core::RpEndpointArgument [] [src]

pub struct RpEndpointArgument<F: 'static> where
    F: Flavor
{ pub ident: Rc<Loc<String>>, pub safe_ident: Rc<Option<String>>, pub channel: Loc<RpChannel<F>>, }

An argument to an endpont.

Fields

Identifier of the argument.

Safe identifier for the argument.

Channel of the argument.

Methods

impl<F: 'static> RpEndpointArgument<F> where
    F: Flavor
[src]

[src]

Access the actual identifier of the endpoint argument.

[src]

Access the safe identifier for the endpoint argument.

Trait Implementations

impl<F: Debug + 'static> Debug for RpEndpointArgument<F> where
    F: Flavor
[src]

[src]

Formats the value using the given formatter. Read more

impl<F: Clone + 'static> Clone for RpEndpointArgument<F> where
    F: Flavor
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<F: PartialEq + 'static> PartialEq for RpEndpointArgument<F> where
    F: Flavor
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<F: Eq + 'static> Eq for RpEndpointArgument<F> where
    F: Flavor
[src]

impl<F: 'static, T> Translate<T> for RpEndpointArgument<F> where
    F: Flavor,
    T: Translator<Source = F>, 
[src]

[src]

Translate into different flavor.

Auto Trait Implementations

impl<F> !Send for RpEndpointArgument<F>

impl<F> !Sync for RpEndpointArgument<F>