pub struct Rtc { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for Rtc
impl Ord for Rtc
Source§impl PartialOrd for Rtc
impl PartialOrd for Rtc
Source§impl ToCommand for Rtc
impl ToCommand for Rtc
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for Rtc
impl StructuralPartialEq for Rtc
Auto Trait Implementations§
impl Freeze for Rtc
impl RefUnwindSafe for Rtc
impl Send for Rtc
impl Sync for Rtc
impl Unpin for Rtc
impl UnwindSafe for Rtc
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