pub struct pageAlias;
Trait Implementations§
Source§impl HasArgument<pageAlias> for ArbitalPageData
impl HasArgument<pageAlias> for ArbitalPageData
Auto Trait Implementations§
impl Freeze for pageAlias
impl RefUnwindSafe for pageAlias
impl Send for pageAlias
impl Sync for pageAlias
impl Unpin for pageAlias
impl UnwindSafe for pageAlias
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