pub struct type;Trait Implementations§
Source§impl HasArgument<type> for anyPinnableItems
impl HasArgument<type> for anyPinnableItems
Source§type ArgumentType = Option<PinnableItemType>
type ArgumentType = Option<PinnableItemType>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for type
impl RefUnwindSafe for type
impl Send for type
impl Sync for type
impl Unpin for type
impl UnwindSafe for type
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