Struct zeroconf::linux::string_list::AvahiStringListNode[][src]

pub struct AvahiStringListNode<'a> { /* fields omitted */ }
Expand description

Represents a node or sub-list in an AvahiStringList. This struct is similar to it’s parent, but it does not free the AvahiStringList once dropped and is bound to the lifetime of it’s parent.

Implementations

Constructs a new AvahiStringListNode.

Returns the next node in the list, or None if last node.

Returns the AvahiPair for this list.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.