pub struct GOVERNANCE_DEPOSITS_ADDRESS { /* private fields */ }
Expand description
Governance deposits reserved address.
Methods from Deref<Target = Address>§
Trait Implementations§
source§impl Deref for GOVERNANCE_DEPOSITS_ADDRESS
impl Deref for GOVERNANCE_DEPOSITS_ADDRESS
impl LazyStatic for GOVERNANCE_DEPOSITS_ADDRESS
Auto Trait Implementations§
impl Freeze for GOVERNANCE_DEPOSITS_ADDRESS
impl RefUnwindSafe for GOVERNANCE_DEPOSITS_ADDRESS
impl Send for GOVERNANCE_DEPOSITS_ADDRESS
impl Sync for GOVERNANCE_DEPOSITS_ADDRESS
impl Unpin for GOVERNANCE_DEPOSITS_ADDRESS
impl UnwindSafe for GOVERNANCE_DEPOSITS_ADDRESS
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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