[][src]Struct mssql_browser::ViaInfo

pub struct ViaInfo {
    pub machine_name: String,
    pub addresses: Vec<ViaAddress>,
}

Information about the Virtual Interface Architecture endpoint

Fields

machine_name: String

A text string that MUST be no greater than 15 bytes and that represents the NetBIOS name of a machine where the server resides.

addresses: Vec<ViaAddress>

The VIA addresses specified

Trait Implementations

impl Debug for ViaInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for ViaInfo

impl Send for ViaInfo

impl Sync for ViaInfo

impl Unpin for ViaInfo

impl UnwindSafe for ViaInfo

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.