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