pub struct SpxInfo {
pub service_name: String,
}
Expand description
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§
Auto Trait Implementations§
impl Freeze for SpxInfo
impl RefUnwindSafe for SpxInfo
impl Send for SpxInfo
impl Sync for SpxInfo
impl Unpin for SpxInfo
impl UnwindSafe for SpxInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more