pub struct MessageParameterArgs<'a> {
pub name: Option<WIPOffset<&'a str>>,
pub param_type: MessageParamType,
pub format_options: Option<WIPOffset<FormatOptions<'a>>>,
}Fields§
§name: Option<WIPOffset<&'a str>>§param_type: MessageParamType§format_options: Option<WIPOffset<FormatOptions<'a>>>Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for MessageParameterArgs<'a>
impl<'a> RefUnwindSafe for MessageParameterArgs<'a>
impl<'a> Send for MessageParameterArgs<'a>
impl<'a> Sync for MessageParameterArgs<'a>
impl<'a> Unpin for MessageParameterArgs<'a>
impl<'a> UnsafeUnpin for MessageParameterArgs<'a>
impl<'a> UnwindSafe for MessageParameterArgs<'a>
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