pub struct ServiceFunc { /* private fields */ }Expand description
A structure describing one of service functions
Implementations§
Trait Implementations§
Source§impl Clone for ServiceFunc
impl Clone for ServiceFunc
Source§fn clone(&self) -> ServiceFunc
fn clone(&self) -> ServiceFunc
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 ServiceFunc
impl Debug for ServiceFunc
Source§impl PartialEq for ServiceFunc
impl PartialEq for ServiceFunc
impl StructuralPartialEq for ServiceFunc
Auto Trait Implementations§
impl Freeze for ServiceFunc
impl RefUnwindSafe for ServiceFunc
impl Send for ServiceFunc
impl Sync for ServiceFunc
impl Unpin for ServiceFunc
impl UnwindSafe for ServiceFunc
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