pub struct Arguments {
pub token: String,
pub pick: Option<Vec<String>>,
pub caller_name: Option<String>,
}
Expand description
Constructor arguments. Defines required and optional params.
Fields§
§token: String
§pick: Option<Vec<String>>
§caller_name: Option<String>
Auto Trait Implementations§
impl Freeze for Arguments
impl RefUnwindSafe for Arguments
impl Send for Arguments
impl Sync for Arguments
impl Unpin for Arguments
impl UnwindSafe for Arguments
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