pub struct ModifyRtcCommand { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Command for ModifyRtcCommand
impl Command for ModifyRtcCommand
Auto Trait Implementations§
impl Freeze for ModifyRtcCommand
impl RefUnwindSafe for ModifyRtcCommand
impl Send for ModifyRtcCommand
impl Sync for ModifyRtcCommand
impl Unpin for ModifyRtcCommand
impl UnsafeUnpin for ModifyRtcCommand
impl UnwindSafe for ModifyRtcCommand
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