pub struct ChimeSound {
pub chime_id: Option<u8>,
pub name: Option<String>,
}Fields§
§chime_id: Option<u8>§name: Option<String>Trait Implementations§
Source§impl Debug for ChimeSound
impl Debug for ChimeSound
Auto Trait Implementations§
impl Freeze for ChimeSound
impl RefUnwindSafe for ChimeSound
impl Send for ChimeSound
impl Sync for ChimeSound
impl Unpin for ChimeSound
impl UnwindSafe for ChimeSound
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