pub struct AzureListSubscriptions {
pub scope_resource_id: String,
pub topic_name: String,
}Fields§
§scope_resource_id: String§topic_name: StringImplementations§
Source§impl AzureListSubscriptions
impl AzureListSubscriptions
pub fn new( scope_resource_id: String, topic_name: String, ) -> AzureListSubscriptions
Trait Implementations§
Source§impl Clone for AzureListSubscriptions
impl Clone for AzureListSubscriptions
Source§fn clone(&self) -> AzureListSubscriptions
fn clone(&self) -> AzureListSubscriptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 AzureListSubscriptions
impl Debug for AzureListSubscriptions
Source§impl Default for AzureListSubscriptions
impl Default for AzureListSubscriptions
Source§fn default() -> AzureListSubscriptions
fn default() -> AzureListSubscriptions
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for AzureListSubscriptions
impl<'de> Deserialize<'de> for AzureListSubscriptions
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 AzureListSubscriptions
impl PartialEq for AzureListSubscriptions
Source§fn eq(&self, other: &AzureListSubscriptions) -> bool
fn eq(&self, other: &AzureListSubscriptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AzureListSubscriptions
impl Serialize for AzureListSubscriptions
impl StructuralPartialEq for AzureListSubscriptions
Auto Trait Implementations§
impl Freeze for AzureListSubscriptions
impl RefUnwindSafe for AzureListSubscriptions
impl Send for AzureListSubscriptions
impl Sync for AzureListSubscriptions
impl Unpin for AzureListSubscriptions
impl UnsafeUnpin for AzureListSubscriptions
impl UnwindSafe for AzureListSubscriptions
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