pub struct ServiceActivatorsSpec { /* private fields */ }Implementations§
Source§impl ServiceActivatorsSpec
impl ServiceActivatorsSpec
pub fn new(version: u32) -> Self
pub fn add(self, s: ServiceActivatorSpec) -> Self
pub fn push(&mut self, s: ServiceActivatorSpec)
pub fn version(&self) -> u32
pub fn services_activators(&self) -> &[ServiceActivatorSpec]
pub fn into_service_activators(self) -> Vec<ServiceActivatorSpec>
Trait Implementations§
Source§impl Clone for ServiceActivatorsSpec
impl Clone for ServiceActivatorsSpec
Source§fn clone(&self) -> ServiceActivatorsSpec
fn clone(&self) -> ServiceActivatorsSpec
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 ServiceActivatorsSpec
impl RefUnwindSafe for ServiceActivatorsSpec
impl Send for ServiceActivatorsSpec
impl Sync for ServiceActivatorsSpec
impl Unpin for ServiceActivatorsSpec
impl UnwindSafe for ServiceActivatorsSpec
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