pub struct frontpageDescription;
Trait Implementations§
Source§impl Field for frontpageDescription
impl Field for frontpageDescription
Source§impl HasArgument<version> for frontpageDescription
impl HasArgument<version> for frontpageDescription
Source§impl HasField<frontpageDescription> for ForumEvent
impl HasField<frontpageDescription> for ForumEvent
Auto Trait Implementations§
impl Freeze for frontpageDescription
impl RefUnwindSafe for frontpageDescription
impl Send for frontpageDescription
impl Sync for frontpageDescription
impl Unpin for frontpageDescription
impl UnwindSafe for frontpageDescription
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