pub struct PlanetCaller(/* private fields */);Expand description
planet的内部拨号员, 可调用ok代表Planet结束
Implementations§
Trait Implementations§
impl Send for PlanetCaller
impl Sync for PlanetCaller
Auto Trait Implementations§
impl Freeze for PlanetCaller
impl RefUnwindSafe for PlanetCaller
impl Unpin for PlanetCaller
impl UnwindSafe for PlanetCaller
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