#[non_exhaustive]pub struct Predeploys;
Expand description
Container for all predeploy contract addresses
Implementations§
Source§impl Predeploys
impl Predeploys
Trait Implementations§
Source§impl Clone for Predeploys
impl Clone for Predeploys
Source§fn clone(&self) -> Predeploys
fn clone(&self) -> Predeploys
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for Predeploys
impl Debug for Predeploys
Source§impl PartialEq for Predeploys
impl PartialEq for Predeploys
impl Copy for Predeploys
impl Eq for Predeploys
impl StructuralPartialEq for Predeploys
Auto Trait Implementations§
impl Freeze for Predeploys
impl RefUnwindSafe for Predeploys
impl Send for Predeploys
impl Sync for Predeploys
impl Unpin for Predeploys
impl UnwindSafe for Predeploys
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