pub struct SerializableFstDict {
pub values: Vec<Vec<Arc<str>>>,
pub max_key_length: usize,
}Fields§
§values: Vec<Vec<Arc<str>>>§max_key_length: usizeTrait Implementations§
Source§impl<'__de, __Context> BorrowDecode<'__de, __Context> for SerializableFstDict
impl<'__de, __Context> BorrowDecode<'__de, __Context> for SerializableFstDict
Source§fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>(
decoder: &mut __D,
) -> Result<Self, DecodeError>
fn borrow_decode<__D: BorrowDecoder<'__de, Context = __Context>>( decoder: &mut __D, ) -> Result<Self, DecodeError>
Attempt to decode this type with the given BorrowDecode.
Source§impl Debug for SerializableFstDict
impl Debug for SerializableFstDict
Source§impl<__Context> Decode<__Context> for SerializableFstDict
impl<__Context> Decode<__Context> for SerializableFstDict
Auto Trait Implementations§
impl Freeze for SerializableFstDict
impl RefUnwindSafe for SerializableFstDict
impl Send for SerializableFstDict
impl Sync for SerializableFstDict
impl Unpin for SerializableFstDict
impl UnwindSafe for SerializableFstDict
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