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