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