pub struct ExperimentalCommandInspectionService {
pub supported: bool,
}
Expand description
ExperimentalCommandInspectionService : Whether the Ledger API supports command inspection service
Fields§
§supported: bool
Implementations§
Source§impl ExperimentalCommandInspectionService
impl ExperimentalCommandInspectionService
Sourcepub fn new(supported: bool) -> ExperimentalCommandInspectionService
pub fn new(supported: bool) -> ExperimentalCommandInspectionService
Whether the Ledger API supports command inspection service
Trait Implementations§
Source§impl Clone for ExperimentalCommandInspectionService
impl Clone for ExperimentalCommandInspectionService
Source§fn clone(&self) -> ExperimentalCommandInspectionService
fn clone(&self) -> ExperimentalCommandInspectionService
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 moreSource§impl Default for ExperimentalCommandInspectionService
impl Default for ExperimentalCommandInspectionService
Source§fn default() -> ExperimentalCommandInspectionService
fn default() -> ExperimentalCommandInspectionService
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExperimentalCommandInspectionService
impl<'de> Deserialize<'de> for ExperimentalCommandInspectionService
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 PartialEq for ExperimentalCommandInspectionService
impl PartialEq for ExperimentalCommandInspectionService
Source§fn eq(&self, other: &ExperimentalCommandInspectionService) -> bool
fn eq(&self, other: &ExperimentalCommandInspectionService) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl StructuralPartialEq for ExperimentalCommandInspectionService
Auto Trait Implementations§
impl Freeze for ExperimentalCommandInspectionService
impl RefUnwindSafe for ExperimentalCommandInspectionService
impl Send for ExperimentalCommandInspectionService
impl Sync for ExperimentalCommandInspectionService
impl Unpin for ExperimentalCommandInspectionService
impl UnwindSafe for ExperimentalCommandInspectionService
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