pub struct FunctionService { /* private fields */ }Expand description
application.function 服务(叶子级,持 namespace + function_api_name)
Implementations§
Trait Implementations§
Source§impl Clone for FunctionService
impl Clone for FunctionService
Source§fn clone(&self) -> FunctionService
fn clone(&self) -> FunctionService
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 FunctionService
impl !UnwindSafe for FunctionService
impl Freeze for FunctionService
impl Send for FunctionService
impl Sync for FunctionService
impl Unpin for FunctionService
impl UnsafeUnpin for FunctionService
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