pub struct ImMessageEndpointBuilder { /* private fields */ }Expand description
即时消息端点构建器
Implementations§
Auto Trait Implementations§
impl Freeze for ImMessageEndpointBuilder
impl RefUnwindSafe for ImMessageEndpointBuilder
impl Send for ImMessageEndpointBuilder
impl Sync for ImMessageEndpointBuilder
impl Unpin for ImMessageEndpointBuilder
impl UnwindSafe for ImMessageEndpointBuilder
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