pub struct BetaCapabilitySupport {
pub supported: bool,
}Fields§
§supported: boolTrait Implementations§
Source§impl Clone for BetaCapabilitySupport
impl Clone for BetaCapabilitySupport
Source§fn clone(&self) -> BetaCapabilitySupport
fn clone(&self) -> BetaCapabilitySupport
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 BetaCapabilitySupport
impl Debug for BetaCapabilitySupport
Source§impl<'de> Deserialize<'de> for BetaCapabilitySupport
impl<'de> Deserialize<'de> for BetaCapabilitySupport
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 BetaCapabilitySupport
impl PartialEq for BetaCapabilitySupport
Source§impl Serialize for BetaCapabilitySupport
impl Serialize for BetaCapabilitySupport
impl Eq for BetaCapabilitySupport
impl StructuralPartialEq for BetaCapabilitySupport
Auto Trait Implementations§
impl Freeze for BetaCapabilitySupport
impl RefUnwindSafe for BetaCapabilitySupport
impl Send for BetaCapabilitySupport
impl Sync for BetaCapabilitySupport
impl Unpin for BetaCapabilitySupport
impl UnsafeUnpin for BetaCapabilitySupport
impl UnwindSafe for BetaCapabilitySupport
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