struct GroupRow {
name: String,
gtype: String,
}Fields§
§name: String§gtype: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for GroupRow
impl RefUnwindSafe for GroupRow
impl Send for GroupRow
impl Sync for GroupRow
impl Unpin for GroupRow
impl UnsafeUnpin for GroupRow
impl UnwindSafe for GroupRow
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