pub struct SrsClientResp {
pub code: i64,
pub server: String,
pub service: String,
pub pid: String,
pub data: SrsClientRespData,
}Fields§
§code: i64§server: String§service: String§pid: String§data: SrsClientRespDataTrait Implementations§
Source§impl Debug for SrsClientResp
impl Debug for SrsClientResp
Source§impl<'de> Deserialize<'de> for SrsClientResp
impl<'de> Deserialize<'de> for SrsClientResp
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 SrsClientResp
impl RefUnwindSafe for SrsClientResp
impl Send for SrsClientResp
impl Sync for SrsClientResp
impl Unpin for SrsClientResp
impl UnwindSafe for SrsClientResp
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