pub struct NamedContracts {
pub contracts: Vec<NamedContract>,
}
Fields§
§contracts: Vec<NamedContract>
Implementations§
Source§impl NamedContracts
impl NamedContracts
pub fn get_contract(&self, name: &str) -> Option<&NamedContract>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for NamedContracts
impl RefUnwindSafe for NamedContracts
impl Send for NamedContracts
impl Sync for NamedContracts
impl Unpin for NamedContracts
impl UnwindSafe for NamedContracts
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