pub struct UserGroupId {
pub usrgrpid: String,
}
Fields§
§usrgrpid: String
Trait Implementations§
Source§impl Clone for UserGroupId
impl Clone for UserGroupId
Source§fn clone(&self) -> UserGroupId
fn clone(&self) -> UserGroupId
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 UserGroupId
impl Debug for UserGroupId
Auto Trait Implementations§
impl Freeze for UserGroupId
impl RefUnwindSafe for UserGroupId
impl Send for UserGroupId
impl Sync for UserGroupId
impl Unpin for UserGroupId
impl UnwindSafe for UserGroupId
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