pub struct AttachReplyHeader {
pub status: AttachStatus,
}
Expand description
AttachReplyHeader is the blob of metadata that the shpool service prefixes the data stream with after an attach. In can be used to indicate a connection error.
Fields§
§status: AttachStatus
Trait Implementations§
Source§impl Debug for AttachReplyHeader
impl Debug for AttachReplyHeader
Source§impl<'de> Deserialize<'de> for AttachReplyHeader
impl<'de> Deserialize<'de> for AttachReplyHeader
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for AttachReplyHeader
impl RefUnwindSafe for AttachReplyHeader
impl Send for AttachReplyHeader
impl Sync for AttachReplyHeader
impl Unpin for AttachReplyHeader
impl UnwindSafe for AttachReplyHeader
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