pub struct ResourcePortReply {
pub payload: DataSet<BinSrc>,
}Fields§
§payload: DataSet<BinSrc>Trait Implementations§
Source§impl Clone for ResourcePortReply
impl Clone for ResourcePortReply
Source§fn clone(&self) -> ResourcePortReply
fn clone(&self) -> ResourcePortReply
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for ResourcePortReply
impl<'de> Deserialize<'de> for ResourcePortReply
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 ResourcePortReply
impl RefUnwindSafe for ResourcePortReply
impl Send for ResourcePortReply
impl Sync for ResourcePortReply
impl Unpin for ResourcePortReply
impl UnwindSafe for ResourcePortReply
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