type V: ObjectDataSink[src]type B: BuffDataSink[src]type D: DestructibleDataSink[src]type I: InventoryDataSink[src]type M: MinifigDataSink[src]pub fn push_attr_v(self, v: u32) -> Self::V[src]pub fn start_buff(self) -> Self::B[src]pub fn start_dest(self) -> Self::D[src]pub fn start_inv(self) -> Self::I[src]pub fn start_mf(self) -> Self::M[src]impl<'a> ObjectDataSink for ObjectStoreDataSink<'a>[src]type V = Selftype B = ObjectStoreDataSink<'a>type D = DestructibleStoreDataSink<'a>type I = InventoryStoreDataSink<'a>type M = MinifigStoreDataSink<'a>pub fn push_attr_v(self, v: u32) -> Self::V[src]pub fn start_buff(self) -> Self::B[src]pub fn start_dest(self) -> Self::D[src]pub fn start_inv(self) -> Self::I[src]pub fn start_mf(self) -> Self::M[src]