pub struct SLP(pub Vec<Vec<u8>>);
Tuple Fields§
§0: Vec<Vec<u8>>
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SLP
impl RefUnwindSafe for SLP
impl Send for SLP
impl Sync for SLP
impl Unpin for SLP
impl UnwindSafe for SLP
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