pub struct OssLocalTimelineResponse {
pub decisions: Vec<OssLocalDecision>,
pub total: i32,
pub source: Option<String>,
}Fields§
§decisions: Vec<OssLocalDecision>§total: i32§source: Option<String>Implementations§
Source§impl OssLocalTimelineResponse
impl OssLocalTimelineResponse
pub fn new( decisions: Vec<OssLocalDecision>, total: i32, ) -> OssLocalTimelineResponse
Trait Implementations§
Source§impl Clone for OssLocalTimelineResponse
impl Clone for OssLocalTimelineResponse
Source§fn clone(&self) -> OssLocalTimelineResponse
fn clone(&self) -> OssLocalTimelineResponse
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 OssLocalTimelineResponse
impl Debug for OssLocalTimelineResponse
Source§impl Default for OssLocalTimelineResponse
impl Default for OssLocalTimelineResponse
Source§fn default() -> OssLocalTimelineResponse
fn default() -> OssLocalTimelineResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for OssLocalTimelineResponse
impl<'de> Deserialize<'de> for OssLocalTimelineResponse
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 OssLocalTimelineResponse
impl PartialEq for OssLocalTimelineResponse
Source§impl Serialize for OssLocalTimelineResponse
impl Serialize for OssLocalTimelineResponse
impl StructuralPartialEq for OssLocalTimelineResponse
Auto Trait Implementations§
impl Freeze for OssLocalTimelineResponse
impl RefUnwindSafe for OssLocalTimelineResponse
impl Send for OssLocalTimelineResponse
impl Sync for OssLocalTimelineResponse
impl Unpin for OssLocalTimelineResponse
impl UnsafeUnpin for OssLocalTimelineResponse
impl UnwindSafe for OssLocalTimelineResponse
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