pub struct DynamicBasic {
pub comment_id_str: String,
pub comment_type: i64,
pub editable: bool,
pub jump_url: String,
pub like_icon: Value,
pub rid_str: String,
}Fields§
§comment_id_str: String§comment_type: i64§editable: bool§jump_url: String§like_icon: Value§rid_str: StringTrait Implementations§
Source§impl Clone for DynamicBasic
impl Clone for DynamicBasic
Source§fn clone(&self) -> DynamicBasic
fn clone(&self) -> DynamicBasic
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 DynamicBasic
impl Debug for DynamicBasic
Source§impl<'de> Deserialize<'de> for DynamicBasic
impl<'de> Deserialize<'de> for DynamicBasic
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 DynamicBasic
impl RefUnwindSafe for DynamicBasic
impl Send for DynamicBasic
impl Sync for DynamicBasic
impl Unpin for DynamicBasic
impl UnwindSafe for DynamicBasic
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