pub struct QgroupInherit(/* private fields */);
Expand description
qgroup inheritance specifier.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for QgroupInherit
impl RefUnwindSafe for QgroupInherit
impl !Send for QgroupInherit
impl !Sync for QgroupInherit
impl Unpin for QgroupInherit
impl UnwindSafe for QgroupInherit
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