pub struct SkeletonOp {
pub name: String,
pub method_name: String,
}Expand description
Eine Operation, die das Skeleton dispatchen muss.
Fields§
§name: StringOperation-Name (Wire-Form).
method_name: StringServant-Method-Name (Sprach-Form, z.B. getStock in Java).
Trait Implementations§
Source§impl Clone for SkeletonOp
impl Clone for SkeletonOp
Source§fn clone(&self) -> SkeletonOp
fn clone(&self) -> SkeletonOp
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 moreSource§impl Debug for SkeletonOp
impl Debug for SkeletonOp
Source§impl PartialEq for SkeletonOp
impl PartialEq for SkeletonOp
Source§fn eq(&self, other: &SkeletonOp) -> bool
fn eq(&self, other: &SkeletonOp) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SkeletonOp
impl StructuralPartialEq for SkeletonOp
Auto Trait Implementations§
impl Freeze for SkeletonOp
impl RefUnwindSafe for SkeletonOp
impl Send for SkeletonOp
impl Sync for SkeletonOp
impl Unpin for SkeletonOp
impl UnsafeUnpin for SkeletonOp
impl UnwindSafe for SkeletonOp
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