pub struct GotoCapability {
pub dynamic_registration: Option<bool>,
pub link_support: Option<bool>,
}
Fields§
§dynamic_registration: Option<bool>
§link_support: Option<bool>
The client supports additional metadata in the form of definition links.
Trait Implementations§
Source§impl Debug for GotoCapability
impl Debug for GotoCapability
Source§impl Default for GotoCapability
impl Default for GotoCapability
Source§fn default() -> GotoCapability
fn default() -> GotoCapability
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GotoCapability
impl<'de> Deserialize<'de> for GotoCapability
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 GotoCapability
impl PartialEq for GotoCapability
Source§impl Serialize for GotoCapability
impl Serialize for GotoCapability
impl Eq for GotoCapability
impl StructuralPartialEq for GotoCapability
Auto Trait Implementations§
impl Freeze for GotoCapability
impl RefUnwindSafe for GotoCapability
impl Send for GotoCapability
impl Sync for GotoCapability
impl Unpin for GotoCapability
impl UnwindSafe for GotoCapability
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