pub struct GateAck {
pub received: bool,
}Expand description
DevFlow’s receipt that it has read a GateResponse.
Fields§
§received: boolAlways true — presence of the file is the signal.
Trait Implementations§
Source§impl<'de> Deserialize<'de> for GateAck
impl<'de> Deserialize<'de> for GateAck
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
impl Eq for GateAck
impl StructuralPartialEq for GateAck
Auto Trait Implementations§
impl Freeze for GateAck
impl RefUnwindSafe for GateAck
impl Send for GateAck
impl Sync for GateAck
impl Unpin for GateAck
impl UnsafeUnpin for GateAck
impl UnwindSafe for GateAck
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