[][src]Struct mssql_browser::SpxInfo

pub struct SpxInfo {
    pub service_name: String,
}

Contains information about an SPX service endpoint

Fields

service_name: String

The SPX service name of the server. MUST NOT be greater than 1,024 bytes and SHOULD be no more than 127 MBCS characters.

Trait Implementations

impl Debug for SpxInfo[src]

Auto Trait Implementations

impl RefUnwindSafe for SpxInfo

impl Send for SpxInfo

impl Sync for SpxInfo

impl Unpin for SpxInfo

impl UnwindSafe for SpxInfo

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.