pub struct result;
Trait Implementations§
Source§impl HasField<result> for SingleCollectionOutput
impl HasField<result> for SingleCollectionOutput
Source§type Type = Option<Collection>
type Type = Option<Collection>
The schema marker type of this field.
Auto Trait Implementations§
impl Freeze for result
impl RefUnwindSafe for result
impl Send for result
impl Sync for result
impl Unpin for result
impl UnwindSafe for result
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