pub struct ResourcesCapability {
pub subscribe: Option<bool>,
pub list_changed: Option<bool>,
}
Fields§
§subscribe: Option<bool>
§list_changed: Option<bool>
Trait Implementations§
Source§impl Clone for ResourcesCapability
impl Clone for ResourcesCapability
Source§fn clone(&self) -> ResourcesCapability
fn clone(&self) -> ResourcesCapability
Returns a copy 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 ResourcesCapability
impl Debug for ResourcesCapability
Source§impl<'de> Deserialize<'de> for ResourcesCapability
impl<'de> Deserialize<'de> for ResourcesCapability
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 ResourcesCapability
impl PartialEq for ResourcesCapability
Source§impl Serialize for ResourcesCapability
impl Serialize for ResourcesCapability
impl StructuralPartialEq for ResourcesCapability
Auto Trait Implementations§
impl Freeze for ResourcesCapability
impl RefUnwindSafe for ResourcesCapability
impl Send for ResourcesCapability
impl Sync for ResourcesCapability
impl Unpin for ResourcesCapability
impl UnwindSafe for ResourcesCapability
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