Struct TCPDatapointValue
pub struct TCPDatapointValue(GCArc<GCDatapointValue>);Tuple Fields§
§0: GCArc<GCDatapointValue>Trait Implementations§
§impl<'a> Deserialize<'a> for TCPDatapointValue
impl<'a> Deserialize<'a> for TCPDatapointValue
§fn deserialize(data: &'a [u8]) -> Result<(Self, usize), Error>
fn deserialize(data: &'a [u8]) -> Result<(Self, usize), Error>
Deserialize from a buffer, returning the instance and bytes consumed.
§impl From<TCPDatapointValue> for GCArc<GCDatapointValue>
impl From<TCPDatapointValue> for GCArc<GCDatapointValue>
§fn from(val: TCPDatapointValue) -> Self
fn from(val: TCPDatapointValue) -> Self
Converts to this type from the input type.
§impl Packet for TCPDatapointValue
impl Packet for TCPDatapointValue
Auto Trait Implementations§
impl Freeze for TCPDatapointValue
impl RefUnwindSafe for TCPDatapointValue
impl Send for TCPDatapointValue
impl Sync for TCPDatapointValue
impl Unpin for TCPDatapointValue
impl UnsafeUnpin for TCPDatapointValue
impl UnwindSafe for TCPDatapointValue
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