pub struct DevicePushStatusRequest {
pub device_id: Option<String>,
}Expand description
RPC: device/push/status 获取设备推送状态
Fields§
§device_id: Option<String>可选的设备ID(不提供则返回所有设备)
Trait Implementations§
Source§impl Clone for DevicePushStatusRequest
impl Clone for DevicePushStatusRequest
Source§fn clone(&self) -> DevicePushStatusRequest
fn clone(&self) -> DevicePushStatusRequest
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 Debug for DevicePushStatusRequest
impl Debug for DevicePushStatusRequest
Source§impl<'de> Deserialize<'de> for DevicePushStatusRequest
impl<'de> Deserialize<'de> for DevicePushStatusRequest
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 DevicePushStatusRequest
impl RefUnwindSafe for DevicePushStatusRequest
impl Send for DevicePushStatusRequest
impl Sync for DevicePushStatusRequest
impl Unpin for DevicePushStatusRequest
impl UnsafeUnpin for DevicePushStatusRequest
impl UnwindSafe for DevicePushStatusRequest
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