pub struct message;
Trait Implementations§
Source§impl HasArgument<input> for message
impl HasArgument<input> for message
Source§type ArgumentType = Option<SingleMessageInput>
type ArgumentType = Option<SingleMessageInput>
The schema marker type of this argument.
Auto Trait Implementations§
impl Freeze for message
impl RefUnwindSafe for message
impl Send for message
impl Sync for message
impl Unpin for message
impl UnwindSafe for message
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