pub struct TimelineUserResult {
pub rest_id: Option<String>,
pub legacy: Option<LegacyUserRaw>,
pub is_blue_verified: Option<bool>,
pub timeline_v2: Option<Box<TimelineV2>>,
}Fields§
§rest_id: Option<String>§legacy: Option<LegacyUserRaw>§is_blue_verified: Option<bool>§timeline_v2: Option<Box<TimelineV2>>Trait Implementations§
Source§impl Debug for TimelineUserResult
impl Debug for TimelineUserResult
Source§impl<'de> Deserialize<'de> for TimelineUserResult
impl<'de> Deserialize<'de> for TimelineUserResult
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 TimelineUserResult
impl RefUnwindSafe for TimelineUserResult
impl Send for TimelineUserResult
impl Sync for TimelineUserResult
impl Unpin for TimelineUserResult
impl UnwindSafe for TimelineUserResult
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