pub struct SymbolMap { /* private fields */ }Expand description
A list of previously serialized symbols.
Implementations
sourceimpl SymbolMap
 
impl SymbolMap
sourcepub fn serializer_for<W: WriteBytesExt>(
    &mut self,
    output: W
) -> Result<Serializer<'_, W>>
 
pub fn serializer_for<W: WriteBytesExt>(
    &mut self,
    output: W
) -> Result<Serializer<'_, W>>
Returns a serializer that writes into output that persists symbols
into self.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SymbolMap
impl Send for SymbolMap
impl Sync for SymbolMap
impl Unpin for SymbolMap
impl UnwindSafe for SymbolMap
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more