[−][src]Type Definition ena::sql::ThreadsList
type ThreadsList = Vec<Threads>;
4chan threads.json format
Trait Implementations
impl DiffTrait<Vec<Threads>> for ThreadsList
[src]
fn generic_diff(
&self,
endpoint: YotsubaEndpoint,
other: &ThreadsList,
diff: Diff
) -> Result<Queue>
[src]
&self,
endpoint: YotsubaEndpoint,
other: &ThreadsList,
diff: Diff
) -> Result<Queue>
fn symmetric_difference(
&self,
endpoint: YotsubaEndpoint,
other: &T
) -> Result<Queue>
[src]
&self,
endpoint: YotsubaEndpoint,
other: &T
) -> Result<Queue>