pub struct CouncilContractId(/* private fields */);Expand description
Stable identity of the council contract attached to a task.
Implementations§
Trait Implementations§
Source§impl Clone for CouncilContractId
impl Clone for CouncilContractId
Source§impl Debug for CouncilContractId
impl Debug for CouncilContractId
Source§impl<'de> Deserialize<'de> for CouncilContractId
impl<'de> Deserialize<'de> for CouncilContractId
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Display for CouncilContractId
impl Display for CouncilContractId
impl Eq for CouncilContractId
Source§impl Hash for CouncilContractId
impl Hash for CouncilContractId
Source§impl Ord for CouncilContractId
impl Ord for CouncilContractId
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
1.21.0 (const: unstable) · Source§fn min(self, other: Self) -> Selfwhere
Self: Sized,
fn min(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the minimum of two values. Read more
Source§impl PartialEq for CouncilContractId
impl PartialEq for CouncilContractId
Source§impl PartialEq<&str> for CouncilContractId
impl PartialEq<&str> for CouncilContractId
Source§impl PartialEq<str> for CouncilContractId
impl PartialEq<str> for CouncilContractId
Source§impl PartialOrd for CouncilContractId
impl PartialOrd for CouncilContractId
Source§impl Serialize for CouncilContractId
impl Serialize for CouncilContractId
impl StructuralPartialEq for CouncilContractId
Auto Trait Implementations§
impl Freeze for CouncilContractId
impl RefUnwindSafe for CouncilContractId
impl Send for CouncilContractId
impl Sync for CouncilContractId
impl Unpin for CouncilContractId
impl UnsafeUnpin for CouncilContractId
impl UnwindSafe for CouncilContractId
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