Enum shpool_protocol::ResizeReply
source · pub enum ResizeReply {
Ok,
}
Expand description
A reply to a resize message
Variants§
Ok
Trait Implementations§
source§impl Debug for ResizeReply
impl Debug for ResizeReply
source§impl<'de> Deserialize<'de> for ResizeReply
impl<'de> Deserialize<'de> for ResizeReply
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
source§impl PartialEq for ResizeReply
impl PartialEq for ResizeReply
source§fn eq(&self, other: &ResizeReply) -> bool
fn eq(&self, other: &ResizeReply) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for ResizeReply
impl Serialize for ResizeReply
impl StructuralPartialEq for ResizeReply
Auto Trait Implementations§
impl Freeze for ResizeReply
impl RefUnwindSafe for ResizeReply
impl Send for ResizeReply
impl Sync for ResizeReply
impl Unpin for ResizeReply
impl UnwindSafe for ResizeReply
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