pub struct GroupRef {
pub module: String,
pub group: String,
}Expand description
Address of a group within a manual.
Fields§
§module: StringOwning module id string.
group: StringGroup id string within the contract.
Trait Implementations§
impl Eq for GroupRef
impl StructuralPartialEq for GroupRef
Auto Trait Implementations§
impl Freeze for GroupRef
impl RefUnwindSafe for GroupRef
impl Send for GroupRef
impl Sync for GroupRef
impl Unpin for GroupRef
impl UnsafeUnpin for GroupRef
impl UnwindSafe for GroupRef
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