[][src]Struct dap2::dds::Dds

pub struct Dds { /* fields omitted */ }

Data Description Structure

Implementations

impl Dds[src]

pub fn all(&self) -> DdsResponse[src]

Return a DDS response with all the variables.

pub fn dds(&self, constraint: &Constraint) -> Result<DdsResponse, Error>[src]

Return a constrained and validated DDS response.

Trait Implementations

impl Default for Dds[src]

impl<T> From<T> for Dds where
    T: ToDds
[src]

Auto Trait Implementations

impl RefUnwindSafe for Dds

impl Send for Dds

impl Sync for Dds

impl Unpin for Dds

impl UnwindSafe for Dds

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> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[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.