pub struct CandidServiceScopeSetting {
pub wallet_start_id: CandidWalletRegisterId,
pub max_wallet_count: Nat,
}Fields§
§wallet_start_id: CandidWalletRegisterId§max_wallet_count: NatTrait Implementations§
source§impl Clone for CandidServiceScopeSetting
impl Clone for CandidServiceScopeSetting
source§fn clone(&self) -> CandidServiceScopeSetting
fn clone(&self) -> CandidServiceScopeSetting
Returns a copy 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 moresource§impl Debug for CandidServiceScopeSetting
impl Debug for CandidServiceScopeSetting
source§impl<'de> Deserialize<'de> for CandidServiceScopeSetting
impl<'de> Deserialize<'de> for CandidServiceScopeSetting
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl From<CandidServiceScopeSetting> for ServiceScopeSetting
impl From<CandidServiceScopeSetting> for ServiceScopeSetting
source§fn from(setting: CandidServiceScopeSetting) -> Self
fn from(setting: CandidServiceScopeSetting) -> Self
Converts to this type from the input type.
source§impl From<ServiceScopeSetting> for CandidServiceScopeSetting
impl From<ServiceScopeSetting> for CandidServiceScopeSetting
source§fn from(setting: ServiceScopeSetting) -> Self
fn from(setting: ServiceScopeSetting) -> Self
Converts to this type from the input type.
impl Eq for CandidServiceScopeSetting
impl StructuralPartialEq for CandidServiceScopeSetting
Auto Trait Implementations§
impl Freeze for CandidServiceScopeSetting
impl RefUnwindSafe for CandidServiceScopeSetting
impl Send for CandidServiceScopeSetting
impl Sync for CandidServiceScopeSetting
impl Unpin for CandidServiceScopeSetting
impl UnwindSafe for CandidServiceScopeSetting
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)