pub struct DegradationContract {
pub output_shape: &'static str,
pub metadata_keys: Vec<&'static str>,
}Fields§
§output_shape: &'static str§metadata_keys: Vec<&'static str>Trait Implementations§
Source§impl Debug for DegradationContract
impl Debug for DegradationContract
Auto Trait Implementations§
impl Freeze for DegradationContract
impl RefUnwindSafe for DegradationContract
impl Send for DegradationContract
impl Sync for DegradationContract
impl Unpin for DegradationContract
impl UnsafeUnpin for DegradationContract
impl UnwindSafe for DegradationContract
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