pub struct OrgsResult { /* private fields */ }Expand description
Deserialise bucket request from Influxdb2 https://docs.influxdata.com/influxdb/v2/api/#operation/GetBuckets There are a lot more fields to the reply but we only car about the name to be added to the Flux query so that’s all we are deserializing
Trait Implementations§
Source§impl Clone for OrgsResult
impl Clone for OrgsResult
Source§fn clone(&self) -> OrgsResult
fn clone(&self) -> OrgsResult
Returns a copy 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 OrgsResult
impl Debug for OrgsResult
Source§impl<'de> Deserialize<'de> for OrgsResult
impl<'de> Deserialize<'de> for OrgsResult
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 OrgsResult
impl PartialEq for OrgsResult
impl StructuralPartialEq for OrgsResult
Auto Trait Implementations§
impl Freeze for OrgsResult
impl RefUnwindSafe for OrgsResult
impl Send for OrgsResult
impl Sync for OrgsResult
impl Unpin for OrgsResult
impl UnwindSafe for OrgsResult
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