pub struct agentFoundationsId;
Trait Implementations§
Source§impl Field for agentFoundationsId
impl Field for agentFoundationsId
impl HasInputField<agentFoundationsId, Option<String>> for CreateCommentDataInput
Auto Trait Implementations§
impl Freeze for agentFoundationsId
impl RefUnwindSafe for agentFoundationsId
impl Send for agentFoundationsId
impl Sync for agentFoundationsId
impl Unpin for agentFoundationsId
impl UnwindSafe for agentFoundationsId
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