pub struct Smc<'de> { /* private fields */ }Expand description
The wire type corresponding to Smc.
Implementations§
Source§impl<'de> Smc<'de>
impl<'de> Smc<'de>
pub fn service_call_num_base(&self) -> Option<&Uint32>
pub fn take_service_call_num_base(&mut self) -> Option<Uint32>
pub fn count(&self) -> Option<&Uint32>
pub fn take_count(&mut self) -> Option<Uint32>
pub fn exclusive(&self) -> Option<&bool>
pub fn take_exclusive(&mut self) -> Option<bool>
pub fn name(&self) -> Option<&String<'de>>
pub fn take_name(&mut self) -> Option<String<'de>>
Trait Implementations§
Source§impl Constrained for Smc<'_>
impl Constrained for Smc<'_>
Source§type Constraint = ()
type Constraint = ()
Type of constraint information for this type.
Source§impl<___E> Encode<Smc<'static>, ___E> for Smcwhere
___E: Encoder + ?Sized,
impl<___E> Encode<Smc<'static>, ___E> for Smcwhere
___E: Encoder + ?Sized,
Source§impl<'a, ___E> Encode<Smc<'static>, ___E> for &'a Smcwhere
___E: Encoder + ?Sized,
impl<'a, ___E> Encode<Smc<'static>, ___E> for &'a Smcwhere
___E: Encoder + ?Sized,
Source§impl<'de> FromWireRef<Smc<'de>> for Smc
impl<'de> FromWireRef<Smc<'de>> for Smc
Source§fn from_wire_ref(wire: &Smc<'de>) -> Smc
fn from_wire_ref(wire: &Smc<'de>) -> Smc
Converts the given reference to this type.
Auto Trait Implementations§
impl<'de> !UnwindSafe for Smc<'de>
impl<'de> Freeze for Smc<'de>
impl<'de> RefUnwindSafe for Smc<'de>
impl<'de> Send for Smc<'de>
impl<'de> Sync for Smc<'de>
impl<'de> Unpin for Smc<'de>
impl<'de> UnsafeUnpin for Smc<'de>
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
§impl<T> InstanceFromServiceTransport<T> for T
impl<T> InstanceFromServiceTransport<T> for T
§fn from_service_transport(handle: T) -> T
fn from_service_transport(handle: T) -> T
Converts the given service transport handle of type
T to [Self]