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