pub struct JavaComponentsCollection {
pub value: Vec<JavaComponent>,
pub next_link: Option<String>,
}Expand description
Java Components ARM resource.
Fields§
§value: Vec<JavaComponent>Collection of resources.
next_link: Option<String>Link to next page of resources.
Implementations§
Source§impl JavaComponentsCollection
impl JavaComponentsCollection
pub fn new(value: Vec<JavaComponent>) -> Self
Trait Implementations§
Source§impl Clone for JavaComponentsCollection
impl Clone for JavaComponentsCollection
Source§fn clone(&self) -> JavaComponentsCollection
fn clone(&self) -> JavaComponentsCollection
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 Continuable for JavaComponentsCollection
impl Continuable for JavaComponentsCollection
type Continuation = String
fn continuation(&self) -> Option<Self::Continuation>
Source§impl Debug for JavaComponentsCollection
impl Debug for JavaComponentsCollection
Source§impl<'de> Deserialize<'de> for JavaComponentsCollection
impl<'de> Deserialize<'de> for JavaComponentsCollection
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 JavaComponentsCollection
impl PartialEq for JavaComponentsCollection
Source§impl Serialize for JavaComponentsCollection
impl Serialize for JavaComponentsCollection
impl StructuralPartialEq for JavaComponentsCollection
Auto Trait Implementations§
impl Freeze for JavaComponentsCollection
impl RefUnwindSafe for JavaComponentsCollection
impl Send for JavaComponentsCollection
impl Sync for JavaComponentsCollection
impl Unpin for JavaComponentsCollection
impl UnwindSafe for JavaComponentsCollection
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