pub struct ChannelExtraSyncPayload {
pub channel_id: Option<u64>,
pub channel_type: Option<i64>,
pub type_field: Option<i64>,
pub browse_to: Option<u64>,
pub keep_pts: Option<u64>,
pub keep_offset_y: Option<i32>,
pub draft: Option<String>,
pub draft_updated_at: Option<u64>,
}Fields§
§channel_id: Option<u64>§channel_type: Option<i64>§type_field: Option<i64>§browse_to: Option<u64>§keep_pts: Option<u64>§keep_offset_y: Option<i32>§draft: Option<String>§draft_updated_at: Option<u64>Trait Implementations§
Source§impl Clone for ChannelExtraSyncPayload
impl Clone for ChannelExtraSyncPayload
Source§fn clone(&self) -> ChannelExtraSyncPayload
fn clone(&self) -> ChannelExtraSyncPayload
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 ChannelExtraSyncPayload
impl Debug for ChannelExtraSyncPayload
Source§impl Default for ChannelExtraSyncPayload
impl Default for ChannelExtraSyncPayload
Source§fn default() -> ChannelExtraSyncPayload
fn default() -> ChannelExtraSyncPayload
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ChannelExtraSyncPayload
impl<'de> Deserialize<'de> for ChannelExtraSyncPayload
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 ChannelExtraSyncPayload
impl RefUnwindSafe for ChannelExtraSyncPayload
impl Send for ChannelExtraSyncPayload
impl Sync for ChannelExtraSyncPayload
impl Unpin for ChannelExtraSyncPayload
impl UnsafeUnpin for ChannelExtraSyncPayload
impl UnwindSafe for ChannelExtraSyncPayload
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