pub struct SetLabelResponse {
pub value: (),
}Expand description
Response for the SetLabel RPC method
This method returns a primitive value wrapped in a transparent struct.
Fields§
§value: ()Wrapped primitive value
Trait Implementations§
Source§impl AsRef<()> for SetLabelResponse
impl AsRef<()> for SetLabelResponse
Source§impl Clone for SetLabelResponse
impl Clone for SetLabelResponse
Source§fn clone(&self) -> SetLabelResponse
fn clone(&self) -> SetLabelResponse
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 Debug for SetLabelResponse
impl Debug for SetLabelResponse
Source§impl Deref for SetLabelResponse
impl Deref for SetLabelResponse
Source§impl DerefMut for SetLabelResponse
impl DerefMut for SetLabelResponse
Source§impl<'de> Deserialize<'de> for SetLabelResponse
impl<'de> Deserialize<'de> for SetLabelResponse
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<()> for SetLabelResponse
impl From<()> for SetLabelResponse
Source§impl From<SetLabelResponse> for ()
impl From<SetLabelResponse> for ()
Source§fn from(wrapper: SetLabelResponse) -> Self
fn from(wrapper: SetLabelResponse) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetLabelResponse
impl PartialEq for SetLabelResponse
Source§impl Serialize for SetLabelResponse
impl Serialize for SetLabelResponse
impl StructuralPartialEq for SetLabelResponse
Auto Trait Implementations§
impl Freeze for SetLabelResponse
impl RefUnwindSafe for SetLabelResponse
impl Send for SetLabelResponse
impl Sync for SetLabelResponse
impl Unpin for SetLabelResponse
impl UnwindSafe for SetLabelResponse
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