pub struct Role {
    pub name: String,
    pub groups: Vec<u64>,
}
Expand description

An assignable role, which grants permissions based on the associated PermissionGroups.

Fields

name: String

The name of the role. Must be unique.

groups: Vec<u64>

The IDs of the permission groups this role belongs to.

Implementations

Returns a new role with no groups and the name provided.

Builder-style method. Returns self after replacing the current groups with ids.

Trait Implementations

The Id of this collection.

Defines all Views in this collection in schema.

If a KeyId is returned, this collection will be stored encrypted at-rest using the key specified. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

The name view defined for the collection.

Gets a CollectionDocument with id from connection.

Gets a CollectionDocument with id from connection.

Loads a document from this collection by name, if applicable. Return Ok(None) if unsupported. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

Should always be Self

Returns the unique SchemaName for this schema.

Defines the Collections into schema.

Retrieves the Schematic for this schema.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.