pub struct AdditionalStacks {
pub items: Option<Vec<Stack>>,
}Fields§
§items: Option<Vec<Stack>>Trait Implementations§
Source§impl Debug for AdditionalStacks
impl Debug for AdditionalStacks
Source§impl<'de> Deserialize<'de> for AdditionalStacks
impl<'de> Deserialize<'de> for AdditionalStacks
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
Auto Trait Implementations§
impl Freeze for AdditionalStacks
impl RefUnwindSafe for AdditionalStacks
impl Send for AdditionalStacks
impl Sync for AdditionalStacks
impl Unpin for AdditionalStacks
impl UnsafeUnpin for AdditionalStacks
impl UnwindSafe for AdditionalStacks
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