pub struct CloudId {
pub name: String,
pub url: Url,
}
Expand description
An identifier that uniquely identifies an Elasticsearch cluster running on Elasticsearch service in Elastic Cloud.
See the Cloud Id documentation for more details.
Fields§
§name: String
The name of the cluster
url: Url
The url::Url to the cluster
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CloudId
impl RefUnwindSafe for CloudId
impl Send for CloudId
impl Sync for CloudId
impl Unpin for CloudId
impl UnwindSafe for CloudId
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