pub struct HubVoice {
pub enabled: bool,
}Fields§
§enabled: boolTrait Implementations§
Source§impl<'de> Deserialize<'de> for HubVoice
impl<'de> Deserialize<'de> for HubVoice
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
Auto Trait Implementations§
impl Freeze for HubVoice
impl RefUnwindSafe for HubVoice
impl Send for HubVoice
impl Sync for HubVoice
impl Unpin for HubVoice
impl UnsafeUnpin for HubVoice
impl UnwindSafe for HubVoice
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