pub struct UnpackTable {
pub content: Vec<UnpackSig>,
}Fields§
§content: Vec<UnpackSig>Trait Implementations§
Source§impl Debug for UnpackTable
impl Debug for UnpackTable
Source§impl<'de> Deserialize<'de> for UnpackTable
impl<'de> Deserialize<'de> for UnpackTable
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for UnpackTable
impl PartialEq for UnpackTable
Source§impl Serialize for UnpackTable
impl Serialize for UnpackTable
impl Eq for UnpackTable
impl StructuralPartialEq for UnpackTable
Auto Trait Implementations§
impl Freeze for UnpackTable
impl RefUnwindSafe for UnpackTable
impl Send for UnpackTable
impl Sync for UnpackTable
impl Unpin for UnpackTable
impl UnsafeUnpin for UnpackTable
impl UnwindSafe for UnpackTable
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