pub struct FunctionListOptions { /* private fields */ }
Expand description
Options for the function_list
command
Implementations§
Source§impl FunctionListOptions
impl FunctionListOptions
pub fn library_name_pattern<P: Into<CommandArg>>( self, library_name_pattern: P, ) -> Self
pub fn with_code(self) -> Self
Trait Implementations§
Source§impl Default for FunctionListOptions
impl Default for FunctionListOptions
Source§fn default() -> FunctionListOptions
fn default() -> FunctionListOptions
Returns the “default value” for a type. Read more
Source§impl IntoArgs for FunctionListOptions
impl IntoArgs for FunctionListOptions
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations§
impl Freeze for FunctionListOptions
impl RefUnwindSafe for FunctionListOptions
impl Send for FunctionListOptions
impl Sync for FunctionListOptions
impl Unpin for FunctionListOptions
impl UnwindSafe for FunctionListOptions
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