pub struct SetTopicResponse {
pub topic: Option<String>,
/* private fields */
}Fields§
§topic: Option<String>Trait Implementations§
Source§impl Clone for SetTopicResponse
impl Clone for SetTopicResponse
Source§fn clone(&self) -> SetTopicResponse
fn clone(&self) -> SetTopicResponse
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetTopicResponse
impl Debug for SetTopicResponse
Source§impl<'de> Deserialize<'de> for SetTopicResponse
impl<'de> Deserialize<'de> for SetTopicResponse
Source§fn deserialize<__D>(
__deserializer: __D,
) -> Result<SetTopicResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(
__deserializer: __D,
) -> Result<SetTopicResponse, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl<E> Into<Result<SetTopicResponse, SetTopicError<E>>> for SetTopicResponsewhere
E: Error,
impl<E> Into<Result<SetTopicResponse, SetTopicError<E>>> for SetTopicResponsewhere
E: Error,
Source§fn into(self) -> Result<SetTopicResponse, SetTopicError<E>>
fn into(self) -> Result<SetTopicResponse, SetTopicError<E>>
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for SetTopicResponse
impl RefUnwindSafe for SetTopicResponse
impl Send for SetTopicResponse
impl Sync for SetTopicResponse
impl Unpin for SetTopicResponse
impl UnsafeUnpin for SetTopicResponse
impl UnwindSafe for SetTopicResponse
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