pub struct CONSOLES {
__private_field: (),
}Expand description
全局控制台列表
Fields§
§__private_field: ()Trait Implementations§
Auto Trait Implementations§
impl Freeze for CONSOLES
impl RefUnwindSafe for CONSOLES
impl Send for CONSOLES
impl Sync for CONSOLES
impl Unpin for CONSOLES
impl UnwindSafe for CONSOLES
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more