Struct cfn_guard_lambda::main::CustomOutput
source · pub struct CustomOutput {
pub message: Vec<Value>,
}Fields§
§message: Vec<Value>Trait Implementations§
source§impl Display for CustomOutput
impl Display for CustomOutput
Auto Trait Implementations§
impl RefUnwindSafe for CustomOutput
impl Send for CustomOutput
impl Sync for CustomOutput
impl Unpin for CustomOutput
impl UnwindSafe for CustomOutput
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