pub struct FollowerPutModel {
pub alias: Option<Option<String>>,
pub closeness_score: Option<i64>,
pub attention_score: Option<i64>,
pub tags: Option<Option<String>>,
pub status: Option<Option<String>>,
pub remark: Option<Option<String>>,
}Fields§
§alias: Option<Option<String>>§closeness_score: Option<i64>§attention_score: Option<i64>§status: Option<Option<String>>§remark: Option<Option<String>>Implementations§
Source§impl FollowerPutModel
impl FollowerPutModel
pub fn new() -> FollowerPutModel
Trait Implementations§
Source§impl Clone for FollowerPutModel
impl Clone for FollowerPutModel
Source§fn clone(&self) -> FollowerPutModel
fn clone(&self) -> FollowerPutModel
Returns a copy 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 FollowerPutModel
impl Debug for FollowerPutModel
Source§impl Default for FollowerPutModel
impl Default for FollowerPutModel
Source§fn default() -> FollowerPutModel
fn default() -> FollowerPutModel
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for FollowerPutModel
impl<'de> Deserialize<'de> for FollowerPutModel
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
Source§impl PartialEq for FollowerPutModel
impl PartialEq for FollowerPutModel
Source§impl Serialize for FollowerPutModel
impl Serialize for FollowerPutModel
impl StructuralPartialEq for FollowerPutModel
Auto Trait Implementations§
impl Freeze for FollowerPutModel
impl RefUnwindSafe for FollowerPutModel
impl Send for FollowerPutModel
impl Sync for FollowerPutModel
impl Unpin for FollowerPutModel
impl UnwindSafe for FollowerPutModel
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