pub struct ApplyOutput {
pub closed: Vec<String>,
pub failed: Vec<(String, String)>,
pub messages: Vec<String>,
}Fields§
§closed: Vec<String>§failed: Vec<(String, String)>§messages: Vec<String>Auto Trait Implementations§
impl Freeze for ApplyOutput
impl RefUnwindSafe for ApplyOutput
impl Send for ApplyOutput
impl Sync for ApplyOutput
impl Unpin for ApplyOutput
impl UnsafeUnpin for ApplyOutput
impl UnwindSafe for ApplyOutput
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