pub struct GetChannelPtsRequest {
pub channel_id: u64,
pub channel_type: u8,
}Expand description
获取频道 pts 请求
RPC路由: sync/get_channel_pts
Fields§
§channel_id: u64频道 ID
channel_type: u8频道类型
Trait Implementations§
Source§impl Clone for GetChannelPtsRequest
impl Clone for GetChannelPtsRequest
Source§fn clone(&self) -> GetChannelPtsRequest
fn clone(&self) -> GetChannelPtsRequest
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 GetChannelPtsRequest
impl Debug for GetChannelPtsRequest
Source§impl<'de> Deserialize<'de> for GetChannelPtsRequest
impl<'de> Deserialize<'de> for GetChannelPtsRequest
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 GetChannelPtsRequest
impl RefUnwindSafe for GetChannelPtsRequest
impl Send for GetChannelPtsRequest
impl Sync for GetChannelPtsRequest
impl Unpin for GetChannelPtsRequest
impl UnsafeUnpin for GetChannelPtsRequest
impl UnwindSafe for GetChannelPtsRequest
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