pub struct M3Function { /* private fields */ }Trait Implementations§
Source§impl Clone for M3Function
impl Clone for M3Function
Source§fn clone(&self) -> M3Function
fn clone(&self) -> M3Function
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 moreimpl Copy for M3Function
Auto Trait Implementations§
impl Freeze for M3Function
impl RefUnwindSafe for M3Function
impl Send for M3Function
impl Sync for M3Function
impl Unpin for M3Function
impl UnsafeUnpin for M3Function
impl UnwindSafe for M3Function
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