pub struct CreateTopicRequest {
pub storage: Option<StorageProperty>,
}Fields§
§storage: Option<StorageProperty>Optional. The StorageProperty for the topic. If not specified, the default storage
property will be used.
Trait Implementations§
Source§impl Clone for CreateTopicRequest
impl Clone for CreateTopicRequest
Source§fn clone(&self) -> CreateTopicRequest
fn clone(&self) -> CreateTopicRequest
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 CreateTopicRequest
impl Debug for CreateTopicRequest
Source§impl<'de> Deserialize<'de> for CreateTopicRequest
impl<'de> Deserialize<'de> for CreateTopicRequest
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for CreateTopicRequest
impl RefUnwindSafe for CreateTopicRequest
impl Send for CreateTopicRequest
impl Sync for CreateTopicRequest
impl Unpin for CreateTopicRequest
impl UnwindSafe for CreateTopicRequest
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