Struct ugg_types::rune::RuneExtended
source · pub struct RuneExtended<T: Clone> {
pub slot: i64,
pub index: i64,
pub siblings: i64,
pub parent: String,
pub parent_id: i64,
pub rune: T,
}Fields§
§slot: i64§index: i64§siblings: i64§parent: String§parent_id: i64§rune: TTrait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for RuneExtended<T>where T: RefUnwindSafe,
impl<T> Send for RuneExtended<T>where T: Send,
impl<T> Sync for RuneExtended<T>where T: Sync,
impl<T> Unpin for RuneExtended<T>where T: Unpin,
impl<T> UnwindSafe for RuneExtended<T>where T: UnwindSafe,
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