pub struct ClientSignatureParameterInformationOptions {
pub label_offset_support: Option<bool>,
}Expand description
@since 3.18.0
Fields§
§label_offset_support: Option<bool>The client supports processing label offsets instead of a simple label string.
@since 3.14.0
Trait Implementations§
Source§impl Clone for ClientSignatureParameterInformationOptions
impl Clone for ClientSignatureParameterInformationOptions
Source§fn clone(&self) -> ClientSignatureParameterInformationOptions
fn clone(&self) -> ClientSignatureParameterInformationOptions
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 ClientSignatureParameterInformationOptions
impl Default for ClientSignatureParameterInformationOptions
Source§fn default() -> ClientSignatureParameterInformationOptions
fn default() -> ClientSignatureParameterInformationOptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ClientSignatureParameterInformationOptions
impl<'de> Deserialize<'de> for ClientSignatureParameterInformationOptions
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 ClientSignatureParameterInformationOptions
impl PartialEq for ClientSignatureParameterInformationOptions
Source§fn eq(&self, other: &ClientSignatureParameterInformationOptions) -> bool
fn eq(&self, other: &ClientSignatureParameterInformationOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for ClientSignatureParameterInformationOptions
impl StructuralPartialEq for ClientSignatureParameterInformationOptions
Auto Trait Implementations§
impl Freeze for ClientSignatureParameterInformationOptions
impl RefUnwindSafe for ClientSignatureParameterInformationOptions
impl Send for ClientSignatureParameterInformationOptions
impl Sync for ClientSignatureParameterInformationOptions
impl Unpin for ClientSignatureParameterInformationOptions
impl UnwindSafe for ClientSignatureParameterInformationOptions
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