pub struct ServiceScopeSetting {
pub wallet_start_id: WalletRegisterId,
pub max_wallet_count: Ex3Uint,
}Fields§
§wallet_start_id: WalletRegisterId§max_wallet_count: Ex3UintTrait Implementations§
Source§impl Clone for ServiceScopeSetting
impl Clone for ServiceScopeSetting
Source§fn clone(&self) -> ServiceScopeSetting
fn clone(&self) -> ServiceScopeSetting
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 ServiceScopeSetting
impl Debug for ServiceScopeSetting
Source§impl<'de> Deserialize<'de> for ServiceScopeSetting
impl<'de> Deserialize<'de> for ServiceScopeSetting
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.
Source§impl PartialEq for ServiceScopeSetting
impl PartialEq for ServiceScopeSetting
Source§impl Serialize for ServiceScopeSetting
impl Serialize for ServiceScopeSetting
Source§impl Storable for ServiceScopeSetting
impl Storable for ServiceScopeSetting
Source§fn from_bytes(bytes: Cow<'_, [u8]>) -> Self
fn from_bytes(bytes: Cow<'_, [u8]>) -> Self
Converts bytes into an element.
Source§fn to_bytes_checked(&self) -> Cow<'_, [u8]>
fn to_bytes_checked(&self) -> Cow<'_, [u8]>
Like
to_bytes, but includes additional checks to ensure the element’s serialized bytes
are within the element’s bounds.impl Eq for ServiceScopeSetting
impl StructuralPartialEq for ServiceScopeSetting
Auto Trait Implementations§
impl Freeze for ServiceScopeSetting
impl RefUnwindSafe for ServiceScopeSetting
impl Send for ServiceScopeSetting
impl Sync for ServiceScopeSetting
impl Unpin for ServiceScopeSetting
impl UnwindSafe for ServiceScopeSetting
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