pub struct GetChannelInfoAllRes {
pub devices: Vec<u32>,
}Fields§
§devices: Vec<u32>Trait Implementations§
Source§impl Debug for GetChannelInfoAllRes
impl Debug for GetChannelInfoAllRes
Source§impl<'de> Deserialize<'de> for GetChannelInfoAllRes
impl<'de> Deserialize<'de> for GetChannelInfoAllRes
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 From<GetChannelInfoAllRes> for Response
impl From<GetChannelInfoAllRes> for Response
Source§fn from(original: GetChannelInfoAllRes) -> Response
fn from(original: GetChannelInfoAllRes) -> Response
Converts to this type from the input type.
Source§impl ResponseType for GetChannelInfoAllRes
impl ResponseType for GetChannelInfoAllRes
fn protocol_version(&self) -> ProtocolVersion
Auto Trait Implementations§
impl Freeze for GetChannelInfoAllRes
impl RefUnwindSafe for GetChannelInfoAllRes
impl Send for GetChannelInfoAllRes
impl Sync for GetChannelInfoAllRes
impl Unpin for GetChannelInfoAllRes
impl UnwindSafe for GetChannelInfoAllRes
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