pub struct CallParameter { /* private fields */ }Expand description
A declared parameter, optionally carrying its default value.
Implementations§
Trait Implementations§
Source§impl Clone for CallParameter
impl Clone for CallParameter
Source§fn clone(&self) -> CallParameter
fn clone(&self) -> CallParameter
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for CallParameter
impl !UnwindSafe for CallParameter
impl Freeze for CallParameter
impl Send for CallParameter
impl Sync for CallParameter
impl Unpin for CallParameter
impl UnsafeUnpin for CallParameter
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