pub struct Decomposer<'a> { /* private fields */ }Expand description
JSON decomposer for one collection.
Implementations§
Source§impl<'a> Decomposer<'a>
impl<'a> Decomposer<'a>
Sourcepub fn new(
collection_id: CollectionId,
registry: &'a mut IdRegistry,
dictionary: &'a mut ValueDictionary,
packed_version: u16,
) -> Self
pub fn new( collection_id: CollectionId, registry: &'a mut IdRegistry, dictionary: &'a mut ValueDictionary, packed_version: u16, ) -> Self
Create a decomposer for one collection.
Auto Trait Implementations§
impl<'a> Freeze for Decomposer<'a>
impl<'a> RefUnwindSafe for Decomposer<'a>
impl<'a> Send for Decomposer<'a>
impl<'a> Sync for Decomposer<'a>
impl<'a> Unpin for Decomposer<'a>
impl<'a> UnsafeUnpin for Decomposer<'a>
impl<'a> !UnwindSafe for Decomposer<'a>
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