pub struct SafeDeploymentConfig {
pub version: &'static str,
pub safe_module_setup_address: &'static str,
pub safe_4337_module_address: &'static str,
pub safe_proxy_factory_address: &'static str,
pub safe_singleton_address: &'static str,
pub multi_send_address: &'static str,
pub multi_send_call_only_address: Option<&'static str>,
}Expand description
Safe / 4337 module deployment addresses.
Fields§
§version: &'static str§safe_module_setup_address: &'static str§safe_4337_module_address: &'static str§safe_proxy_factory_address: &'static str§safe_singleton_address: &'static str§multi_send_address: &'static str§multi_send_call_only_address: Option<&'static str>Trait Implementations§
Source§impl Clone for SafeDeploymentConfig
impl Clone for SafeDeploymentConfig
Source§fn clone(&self) -> SafeDeploymentConfig
fn clone(&self) -> SafeDeploymentConfig
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SafeDeploymentConfig
impl Debug for SafeDeploymentConfig
impl Eq for SafeDeploymentConfig
Source§impl PartialEq for SafeDeploymentConfig
impl PartialEq for SafeDeploymentConfig
impl StructuralPartialEq for SafeDeploymentConfig
Auto Trait Implementations§
impl Freeze for SafeDeploymentConfig
impl RefUnwindSafe for SafeDeploymentConfig
impl Send for SafeDeploymentConfig
impl Sync for SafeDeploymentConfig
impl Unpin for SafeDeploymentConfig
impl UnsafeUnpin for SafeDeploymentConfig
impl UnwindSafe for SafeDeploymentConfig
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.