pub struct PbNode {
pub links: Vec<PbLink>,
pub data: Vec<u8>,
}Fields§
§links: Vec<PbLink>§data: Vec<u8>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PbNode
impl RefUnwindSafe for PbNode
impl Send for PbNode
impl Sync for PbNode
impl Unpin for PbNode
impl UnwindSafe for PbNode
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