[−][src]Struct casper_types::contracts::Group
A (labelled) "user group". Each method of a versioned contract may be assoicated with one or more user groups which are allowed to call it.
Implementations
impl Group[src]
pub fn new<T: Into<String>>(s: T) -> Self[src]
Basic constructor
pub fn value(&self) -> &str[src]
Retrieves underlying name.
Trait Implementations
impl Clone for Group[src]
impl Debug for Group[src]
impl Eq for Group[src]
impl FromBytes for Group[src]
pub fn from_bytes(bytes: &[u8]) -> Result<(Self, &[u8]), Error>[src]
pub fn from_vec(bytes: Vec<u8>) -> Result<(Self, Vec<u8>), Error>[src]
impl Ord for Group[src]
pub fn cmp(&self, other: &Group) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<Group> for Group[src]
impl PartialOrd<Group> for Group[src]
pub fn partial_cmp(&self, other: &Group) -> Option<Ordering>[src]
pub fn lt(&self, other: &Group) -> bool[src]
pub fn le(&self, other: &Group) -> bool[src]
pub fn gt(&self, other: &Group) -> bool[src]
pub fn ge(&self, other: &Group) -> bool[src]
impl StructuralEq for Group[src]
impl StructuralPartialEq for Group[src]
impl ToBytes for Group[src]
Auto Trait Implementations
impl RefUnwindSafe for Group[src]
impl Send for Group[src]
impl Sync for Group[src]
impl Unpin for Group[src]
impl UnwindSafe for Group[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,