[][src]Struct rubble::att::AttributeServer

pub struct AttributeServer<A: Attributes> { /* fields omitted */ }

An Attribute Protocol server providing read and write access to stored attributes.

Methods

impl<A: Attributes> AttributeServer<A>[src]

pub fn new(attrs: A) -> Self[src]

Creates an AttributeServer with Attributes

Trait Implementations

impl<A: Attributes> ProtocolObj for AttributeServer<A>[src]

impl<A: Attributes> Protocol for AttributeServer<A>[src]

Auto Trait Implementations

impl<A> Send for AttributeServer<A> where
    A: Send

impl<A> Sync for AttributeServer<A> where
    A: Sync

Blanket Implementations

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> From for T[src]

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

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

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

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