Struct rocketmq_common::common::topic::ValidateTopicResult
source · pub struct ValidateTopicResult { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for ValidateTopicResult
impl RefUnwindSafe for ValidateTopicResult
impl Send for ValidateTopicResult
impl Sync for ValidateTopicResult
impl Unpin for ValidateTopicResult
impl UnwindSafe for ValidateTopicResult
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