pub struct RoleCreator {
pub name: String,
pub namespace: Namespace,
pub witnesses: BTreeSet<String>,
pub quantity: CreatorQuantity,
}Fields§
§name: String§namespace: Namespace§witnesses: BTreeSet<String>§quantity: CreatorQuantityTrait Implementations§
Source§impl Clone for RoleCreator
impl Clone for RoleCreator
Source§fn clone(&self) -> RoleCreator
fn clone(&self) -> RoleCreator
Returns a duplicate 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 RoleCreator
impl Debug for RoleCreator
Source§impl<'de> Deserialize<'de> for RoleCreator
impl<'de> Deserialize<'de> for RoleCreator
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 Hash for RoleCreator
impl Hash for RoleCreator
Source§impl Ord for RoleCreator
impl Ord for RoleCreator
Source§impl PartialEq for RoleCreator
impl PartialEq for RoleCreator
Source§impl PartialOrd for RoleCreator
impl PartialOrd for RoleCreator
Source§impl Serialize for RoleCreator
impl Serialize for RoleCreator
impl Eq for RoleCreator
Auto Trait Implementations§
impl Freeze for RoleCreator
impl RefUnwindSafe for RoleCreator
impl Send for RoleCreator
impl Sync for RoleCreator
impl Unpin for RoleCreator
impl UnsafeUnpin for RoleCreator
impl UnwindSafe for RoleCreator
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