Struct ServiceSignature
pub struct ServiceSignature {
pub input: FieldsSig,
pub output: ObjectSignature,
pub effect_causing: bool,
}Fields§
§input: FieldsSig§output: ObjectSignature§effect_causing: boolTrait Implementations§
§impl Clone for ServiceSignature
impl Clone for ServiceSignature
§fn clone(&self) -> ServiceSignature
fn clone(&self) -> ServiceSignature
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 moreAuto Trait Implementations§
impl Freeze for ServiceSignature
impl RefUnwindSafe for ServiceSignature
impl Send for ServiceSignature
impl Sync for ServiceSignature
impl Unpin for ServiceSignature
impl UnwindSafe for ServiceSignature
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