pub struct ResourceInformation {
pub addresses: Option<Vec<String>>,
pub name: Option<String>,
}Expand description
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields§
§addresses: Option<Vec<String>>no description provided
name: Option<String>no description provided
Trait Implementations§
Source§impl Clone for ResourceInformation
impl Clone for ResourceInformation
Source§fn clone(&self) -> ResourceInformation
fn clone(&self) -> ResourceInformation
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 ResourceInformation
impl Debug for ResourceInformation
Source§impl Default for ResourceInformation
impl Default for ResourceInformation
Source§fn default() -> ResourceInformation
fn default() -> ResourceInformation
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResourceInformation
impl<'de> Deserialize<'de> for ResourceInformation
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 Serialize for ResourceInformation
impl Serialize for ResourceInformation
impl Part for ResourceInformation
Auto Trait Implementations§
impl Freeze for ResourceInformation
impl RefUnwindSafe for ResourceInformation
impl Send for ResourceInformation
impl Sync for ResourceInformation
impl Unpin for ResourceInformation
impl UnwindSafe for ResourceInformation
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