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