pub struct ServiceSupport {
pub service_name: String,
pub initiator: bool,
pub executor: bool,
}Expand description
Service support declaration (Annex A.4).
Fields§
§service_name: String§initiator: bool§executor: boolTrait Implementations§
Source§impl Clone for ServiceSupport
impl Clone for ServiceSupport
Source§fn clone(&self) -> ServiceSupport
fn clone(&self) -> ServiceSupport
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 ServiceSupport
impl RefUnwindSafe for ServiceSupport
impl Send for ServiceSupport
impl Sync for ServiceSupport
impl Unpin for ServiceSupport
impl UnsafeUnpin for ServiceSupport
impl UnwindSafe for ServiceSupport
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