pub struct SidecarDecodedItems {
pub ok: bool,
pub validation: SidecarContainerValidation,
pub items: Vec<SidecarDecodedItem>,
}Fields§
§ok: bool§validation: SidecarContainerValidation§items: Vec<SidecarDecodedItem>Trait Implementations§
Source§impl Clone for SidecarDecodedItems
impl Clone for SidecarDecodedItems
Source§fn clone(&self) -> SidecarDecodedItems
fn clone(&self) -> SidecarDecodedItems
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SidecarDecodedItems
impl Debug for SidecarDecodedItems
Auto Trait Implementations§
impl Freeze for SidecarDecodedItems
impl RefUnwindSafe for SidecarDecodedItems
impl Send for SidecarDecodedItems
impl Sync for SidecarDecodedItems
impl Unpin for SidecarDecodedItems
impl UnsafeUnpin for SidecarDecodedItems
impl UnwindSafe for SidecarDecodedItems
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