Struct cfn_guard_lambda::main::CustomOutput
source · Fields
message: Vec<Value>Trait Implementations
sourceimpl Display for CustomOutput
impl Display for CustomOutput
sourceimpl Serialize for CustomOutput
impl Serialize 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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more