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