pub struct SyncWithValidationInterfaceQueueResponse {
pub value: (),
}Expand description
Response for the SyncWithValidationInterfaceQueue RPC method
This method returns a primitive value wrapped in a transparent struct.
Fields§
§value: ()Wrapped primitive value
Trait Implementations§
Source§impl Clone for SyncWithValidationInterfaceQueueResponse
impl Clone for SyncWithValidationInterfaceQueueResponse
Source§fn clone(&self) -> SyncWithValidationInterfaceQueueResponse
fn clone(&self) -> SyncWithValidationInterfaceQueueResponse
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<'de> Deserialize<'de> for SyncWithValidationInterfaceQueueResponse
impl<'de> Deserialize<'de> for SyncWithValidationInterfaceQueueResponse
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<SyncWithValidationInterfaceQueueResponse> for ()
impl From<SyncWithValidationInterfaceQueueResponse> for ()
Source§fn from(wrapper: SyncWithValidationInterfaceQueueResponse) -> Self
fn from(wrapper: SyncWithValidationInterfaceQueueResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SyncWithValidationInterfaceQueueResponse
impl PartialEq for SyncWithValidationInterfaceQueueResponse
Source§fn eq(&self, other: &SyncWithValidationInterfaceQueueResponse) -> bool
fn eq(&self, other: &SyncWithValidationInterfaceQueueResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SyncWithValidationInterfaceQueueResponse
Auto Trait Implementations§
impl Freeze for SyncWithValidationInterfaceQueueResponse
impl RefUnwindSafe for SyncWithValidationInterfaceQueueResponse
impl Send for SyncWithValidationInterfaceQueueResponse
impl Sync for SyncWithValidationInterfaceQueueResponse
impl Unpin for SyncWithValidationInterfaceQueueResponse
impl UnwindSafe for SyncWithValidationInterfaceQueueResponse
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