pub struct ValidateTopicResult { /* private fields */ }Implementations§
Source§impl ValidateTopicResult
impl ValidateTopicResult
pub fn valid(&self) -> bool
pub fn remark(&self) -> &CheetahString
pub fn take_remark(self) -> CheetahString
pub fn set_valid(&mut self, valid: bool)
pub fn set_remark(&mut self, remark: CheetahString)
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