pub struct ZshTry {
pub try_block: Box<ZshProgram>,
pub always: Box<ZshProgram>,
}Expand description
Try/always block
Fields§
§try_block: Box<ZshProgram>§always: Box<ZshProgram>Trait Implementations§
Source§impl<'de> Deserialize<'de> for ZshTry
impl<'de> Deserialize<'de> for ZshTry
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 ZshTry
impl RefUnwindSafe for ZshTry
impl Send for ZshTry
impl Sync for ZshTry
impl Unpin for ZshTry
impl UnsafeUnpin for ZshTry
impl UnwindSafe for ZshTry
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