pub struct UserGroupOwnerEvaluation {
pub evaluations: Vec<OwnerEvaluation>,
pub identifier: String,
pub name: String,
}Fields§
§evaluations: Vec<OwnerEvaluation>§identifier: String§name: StringImplementations§
Source§impl UserGroupOwnerEvaluation
impl UserGroupOwnerEvaluation
pub fn new( evaluations: Vec<OwnerEvaluation>, identifier: String, name: String, ) -> UserGroupOwnerEvaluation
Trait Implementations§
Source§impl Clone for UserGroupOwnerEvaluation
impl Clone for UserGroupOwnerEvaluation
Source§fn clone(&self) -> UserGroupOwnerEvaluation
fn clone(&self) -> UserGroupOwnerEvaluation
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 UserGroupOwnerEvaluation
impl Debug for UserGroupOwnerEvaluation
Source§impl Default for UserGroupOwnerEvaluation
impl Default for UserGroupOwnerEvaluation
Source§fn default() -> UserGroupOwnerEvaluation
fn default() -> UserGroupOwnerEvaluation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for UserGroupOwnerEvaluation
impl<'de> Deserialize<'de> for UserGroupOwnerEvaluation
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 PartialEq for UserGroupOwnerEvaluation
impl PartialEq for UserGroupOwnerEvaluation
Source§impl Serialize for UserGroupOwnerEvaluation
impl Serialize for UserGroupOwnerEvaluation
impl StructuralPartialEq for UserGroupOwnerEvaluation
Auto Trait Implementations§
impl Freeze for UserGroupOwnerEvaluation
impl RefUnwindSafe for UserGroupOwnerEvaluation
impl Send for UserGroupOwnerEvaluation
impl Sync for UserGroupOwnerEvaluation
impl Unpin for UserGroupOwnerEvaluation
impl UnwindSafe for UserGroupOwnerEvaluation
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