pub struct GetAllTopicSubscription {
pub topic_id: String,
}
Fields§
§topic_id: String
Implementations§
Source§impl GetAllTopicSubscription
impl GetAllTopicSubscription
pub fn new(topic_id: String) -> GetAllTopicSubscription
Trait Implementations§
Source§impl Clone for GetAllTopicSubscription
impl Clone for GetAllTopicSubscription
Source§fn clone(&self) -> GetAllTopicSubscription
fn clone(&self) -> GetAllTopicSubscription
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 GetAllTopicSubscription
impl Debug for GetAllTopicSubscription
Source§impl Default for GetAllTopicSubscription
impl Default for GetAllTopicSubscription
Source§fn default() -> GetAllTopicSubscription
fn default() -> GetAllTopicSubscription
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetAllTopicSubscription
impl<'de> Deserialize<'de> for GetAllTopicSubscription
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
Source§impl PartialEq for GetAllTopicSubscription
impl PartialEq for GetAllTopicSubscription
Source§impl Serialize for GetAllTopicSubscription
impl Serialize for GetAllTopicSubscription
impl StructuralPartialEq for GetAllTopicSubscription
Auto Trait Implementations§
impl Freeze for GetAllTopicSubscription
impl RefUnwindSafe for GetAllTopicSubscription
impl Send for GetAllTopicSubscription
impl Sync for GetAllTopicSubscription
impl Unpin for GetAllTopicSubscription
impl UnwindSafe for GetAllTopicSubscription
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