pub struct AddContentRequest {
pub device_name: String,
pub content: ContentData,
}
Fields§
§device_name: String
§content: ContentData
Trait Implementations§
Source§impl Debug for AddContentRequest
impl Debug for AddContentRequest
Source§impl<'de> Deserialize<'de> for AddContentRequest
impl<'de> Deserialize<'de> for AddContentRequest
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 AddContentRequest
impl RefUnwindSafe for AddContentRequest
impl Send for AddContentRequest
impl Sync for AddContentRequest
impl Unpin for AddContentRequest
impl UnwindSafe for AddContentRequest
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