pub struct TlData {
pub entries: Vec<TlDataEntry>,
}Expand description
TL-data entries
Fields§
§entries: Vec<TlDataEntry>TL-data entries
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TlData
impl RefUnwindSafe for TlData
impl Send for TlData
impl Sync for TlData
impl Unpin for TlData
impl UnwindSafe for TlData
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