pub struct FunctionCallFlags(/* private fields */);Implementations§
Trait Implementations§
Source§impl Clone for FunctionCallFlags
impl Clone for FunctionCallFlags
Source§fn clone(&self) -> FunctionCallFlags
fn clone(&self) -> FunctionCallFlags
Returns a duplicate of the value. Read more
1.0.0 · 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 FunctionCallFlags
impl Debug for FunctionCallFlags
Source§impl Default for FunctionCallFlags
impl Default for FunctionCallFlags
Source§fn default() -> FunctionCallFlags
fn default() -> FunctionCallFlags
Returns the “default value” for a type. Read more
Source§impl PartialEq for FunctionCallFlags
impl PartialEq for FunctionCallFlags
impl Copy for FunctionCallFlags
impl Eq for FunctionCallFlags
impl StructuralPartialEq for FunctionCallFlags
Auto Trait Implementations§
impl Freeze for FunctionCallFlags
impl RefUnwindSafe for FunctionCallFlags
impl Send for FunctionCallFlags
impl Sync for FunctionCallFlags
impl Unpin for FunctionCallFlags
impl UnsafeUnpin for FunctionCallFlags
impl UnwindSafe for FunctionCallFlags
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