pub struct ProjectGroupShare {
pub group_id: GroupId,
pub group_name: CompactString,
pub group_full_path: CompactString,
pub group_access_level: AccessLevel,
}Fields§
§group_id: GroupId§group_name: CompactString§group_full_path: CompactString§group_access_level: AccessLevelTrait Implementations§
Source§fn clone(&self) -> ProjectGroupShare
fn clone(&self) -> ProjectGroupShare
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§fn cmp(&self, other: &ProjectGroupShare) -> Ordering
fn cmp(&self, other: &ProjectGroupShare) -> Ordering
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
Auto Trait Implementations§
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