pub struct LashlangToolBinding;Implementations§
Source§impl LashlangToolBinding
impl LashlangToolBinding
pub fn new( module_path: impl IntoIterator<Item = impl Into<String>>, operation: impl Into<String>, ) -> Self
pub fn with_aliases( self, aliases: impl IntoIterator<Item = impl Into<String>>, ) -> Self
Trait Implementations§
Source§impl Clone for LashlangToolBinding
impl Clone for LashlangToolBinding
Source§fn clone(&self) -> LashlangToolBinding
fn clone(&self) -> LashlangToolBinding
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LashlangToolBinding
impl Debug for LashlangToolBinding
Source§impl Default for LashlangToolBinding
impl Default for LashlangToolBinding
Source§fn default() -> LashlangToolBinding
fn default() -> LashlangToolBinding
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LashlangToolBinding
impl RefUnwindSafe for LashlangToolBinding
impl Send for LashlangToolBinding
impl Sync for LashlangToolBinding
impl Unpin for LashlangToolBinding
impl UnsafeUnpin for LashlangToolBinding
impl UnwindSafe for LashlangToolBinding
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